Skip to content

Commit

Permalink
Calm dependabot down a little
Browse files Browse the repository at this point in the history
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?
  • Loading branch information
yob committed Mar 1, 2024
1 parent d86e393 commit 278c5fe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 278c5fe

Please sign in to comment.