Skip to content

Commit

Permalink
Group dependabot PRs.
Browse files Browse the repository at this point in the history
Getting one PR per dependency is getting pretty old.
  • Loading branch information
paddycarver committed Jan 12, 2024
1 parent 63b94b1 commit 07732cd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,18 @@ updates:
directory: "/"
schedule:
interval: "daily"
groups:
all:
update-types:
- "major"
- "minor"
- "patch"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
groups:
not-major:
update-types:
- "minor"
- "patch"

0 comments on commit 07732cd

Please sign in to comment.