Skip to content

Commit

Permalink
Group dependabot updates in a single PR
Browse files Browse the repository at this point in the history
...per package-ecosystem.

Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
  • Loading branch information
tpantelis committed Dec 21, 2023
1 parent 609c30f commit 124e1a6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,45 @@ updates:
directory: /
schedule:
interval: monthly
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: github-actions
directory: /
target-branch: release-0.14
schedule:
interval: monthly
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: github-actions
directory: /
target-branch: release-0.15
schedule:
interval: monthly
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: github-actions
directory: /
target-branch: release-0.16
schedule:
interval: monthly
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
groups:
gomod:
patterns:
- "*"
ignore:
# protobuf must be handled manually
- dependency-name: google.golang.org/protobuf
Expand Down

0 comments on commit 124e1a6

Please sign in to comment.