Skip to content

Commit

Permalink
chore(.github): group dependabot PRs and reduce frequency (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
mafredri authored Nov 7, 2024
1 parent 02080e9 commit d67767c
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
version: 2
updates:
# Track in case we ever add dependencies.
- package-ecosystem: 'gomod'
directory: '/'
schedule:
interval: 'weekly'
commit-message:
prefix: 'chore'

# Keep example and test/benchmark deps up-to-date.
- package-ecosystem: 'gomod'
directories:
- '/'
- '/internal/examples'
- '/internal/thirdparty'
schedule:
interval: 'weekly'
interval: 'monthly'
commit-message:
prefix: 'chore'
labels: []
groups:
internal-deps:
patterns:
- '*'

0 comments on commit d67767c

Please sign in to comment.