From 5d04dd8219fe535aa9081fda19fa5adb9bde7a1f Mon Sep 17 00:00:00 2001 From: Darius Jahandarie Date: Sat, 23 Sep 2023 23:54:47 +0900 Subject: [PATCH] Reduce dependabot frequency from weekly to monthly --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0d2b9bb00d..cbd48cc88f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly" labels: - "area/dependencies" groups: # group minor/patch updates together @@ -17,7 +17,7 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "weekly" + interval: "monthly" labels: - "area/dependencies" groups: # group minor/patch updates together