From 278c5fe477d6d218ad39b53dd007d37be72f5334 Mon Sep 17 00:00:00 2001 From: James Healy Date: Sat, 2 Mar 2024 08:02:39 +1100 Subject: [PATCH] Calm dependabot down a little We added dependabot in #105 (Oct 2023) and it got very excited proposing daily updates to github.com/aws/aws-sdk-go. Eventually it gave up. Maybe monthly is enough to stop dependencies falling behind, without quite so much noise? --- .github/dependabot.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 24eb250..de26252 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,4 +3,9 @@ updates: - package-ecosystem: gomod directory: / schedule: - interval: daily + interval: monthly + reviewers: + - "buildkite/@agent-stewards" + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-patch"]