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 <[email protected]>
  • Loading branch information
tpantelis committed Dec 19, 2023
1 parent 0961ac4 commit b1606b9
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,45 @@ updates:
target-branch: release-0.13
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:
# Our own dependencies are handled during releases
- dependency-name: github.com/submariner-io/*
Expand All @@ -49,6 +69,10 @@ updates:
directory: /coredns
schedule:
interval: weekly
groups:
gomod:
patterns:
- "*"
ignore:
# Our own dependencies are handled during releases
- dependency-name: github.com/submariner-io/*
Expand Down

0 comments on commit b1606b9

Please sign in to comment.