Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group dependabot updates in a single PR #1498

Merged
merged 2 commits into from
Dec 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:
- "*"
Loading