Skip to content

Commit

Permalink
ci: add groups to dependabot config
Browse files Browse the repository at this point in the history
Hopefully, this will reduce the churn of keeping dependencies
up-to-date.
  • Loading branch information
wfscheper committed Aug 25, 2023
1 parent cf65bc1 commit 3faf542
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,17 @@ updates:
directory: "/"
schedule:
interval: "daily"
groups:
gomod:
update-types:
- minor
- patch
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "daily"
groups:
github-actions:
update-types:
- minor
- patch

0 comments on commit 3faf542

Please sign in to comment.