From 272b562769607bbae3baf0ec1fc2f8a07631eeb0 Mon Sep 17 00:00:00 2001 From: Frankie Roberto Date: Mon, 2 Dec 2024 12:06:57 +0000 Subject: [PATCH] Add dependabot config (#1057) * Add dependabot config * Change update frequency to monthly --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..6a49d058a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "monthly"