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 18, 2023
1 parent 8fd761f commit 18400c8
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,55 @@ updates:
directory: '/'
schedule:
interval: monthly
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: github-actions
directory: '/'
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
target-branch: "release-0.14"
directory: "/"
schedule:
interval: weekly
groups:
gomod:
patterns:
- "*"
allow:
# Pick up k8s.io updates
- dependency-name: k8s.io/client-go
Expand All @@ -42,6 +66,10 @@ updates:
directory: "/"
schedule:
interval: weekly
groups:
gomod:
patterns:
- "*"
allow:
# Pick up k8s.io updates
- dependency-name: k8s.io/client-go
Expand All @@ -54,6 +82,10 @@ updates:
directory: "/"
schedule:
interval: weekly
groups:
gomod:
patterns:
- "*"
allow:
# Pick up k8s.io updates
- dependency-name: k8s.io/client-go
Expand All @@ -65,6 +97,10 @@ updates:
directory: "/"
schedule:
interval: weekly
groups:
gomod:
patterns:
- "*"
ignore:
# These are included by k8s.io/client-go
- dependency-name: k8s.io/api
Expand All @@ -73,3 +109,7 @@ updates:
directory: "/tools"
schedule:
interval: weekly
groups:
tools:
patterns:
- "*"

0 comments on commit 18400c8

Please sign in to comment.