Skip to content

Commit

Permalink
Dependabot config: group patch/minor bumps together
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie Wigmore committed Sep 26, 2023
1 parent 8c082b2 commit 023b4d0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions builder/.github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@ updates:
allow:
# Allow both direct and indirect updates for all packages
- dependency-type: "all"
# group all minor and patch dependency updates together
groups:
go-modules:
patterns:
- "*"
update-types:
- "minor"
- "patch"
8 changes: 8 additions & 0 deletions implementation/.github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@ updates:
allow:
# Allow both direct and indirect updates for all packages
- dependency-type: "all"
# group all minor and patch dependency updates together
groups:
go-modules:
patterns:
- "*"
update-types:
- "minor"
- "patch"
8 changes: 8 additions & 0 deletions language-family/.github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@ updates:
allow:
# Allow both direct and indirect updates for all packages
- dependency-type: "all"
# group all minor and patch dependency updates together
groups:
go-modules:
patterns:
- "*"
update-types:
- "minor"
- "patch"

0 comments on commit 023b4d0

Please sign in to comment.