Skip to content

Commit

Permalink
simplify dependabot yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mafredri committed Nov 7, 2024
1 parent bd75926 commit 996f7c4
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,23 @@ version: 2
updates:
# Track in case we ever add dependencies.
- package-ecosystem: 'gomod'
directories:
- '/'
directory: '/'
schedule:
interval: 'weekly'
commit-message:
prefix: 'chore'

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

# Tests, these are not critical but we should keep them up-to-date.
- package-ecosystem: 'gomod'
directories:
- '/internal/thirdparty'
schedule:
interval: 'monthly'
commit-message:
prefix: 'chore'
labels: []
groups:
thirdparty:
internal-deps:
patterns:
- '*'

0 comments on commit 996f7c4

Please sign in to comment.