From cbe870c8522c2a197ec902ede824e3ca7bc303eb Mon Sep 17 00:00:00 2001 From: Yu Xiang Z Date: Fri, 1 Mar 2024 11:51:09 -0800 Subject: [PATCH] Update dependabot version updates frequency --- .github/dependabot.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 869f9b1b81..da02417467 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,17 +3,17 @@ updates: - package-ecosystem: "gomod" directory: "/" schedule: - interval: "weekly" + interval: "monthly" labels: - "skip-release-notes" - "dependencies" - open-pull-requests-limit: 20 # setting a higher number so we can bundle all the weekly updates together + open-pull-requests-limit: 10 - package-ecosystem: "github-actions" directory: "/" schedule: - interval: weekly + interval: "monthly" labels: - "skip-release-notes" - "dependencies" - open-pull-requests-limit: 10 # setting a higher number so we can bundle all the weekly updates together - \ No newline at end of file + open-pull-requests-limit: 10 +