Skip to content

Commit

Permalink
Change dependabot to weekly and group otel
Browse files Browse the repository at this point in the history
The dependabot PRs feel a bit too frequent. Otel changes in particular have a habit of spitting out 4-5 PRs at once that update a bunch of related dependencies to the same version.

Weekly frequency and grouped otel should make things less noisy without reducing our rate of updating much.
  • Loading branch information
sfc-gh-srhodes committed Oct 9, 2023
1 parent 6e6fa86 commit 9020422
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
interval: "weekly"
groups:
otel:
patterns:
- "go.opentelemetry.io/*"

0 comments on commit 9020422

Please sign in to comment.