Skip to content

Commit

Permalink
Add dependabot config for release-0.17
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Pantelis <[email protected]>
  • Loading branch information
tpantelis committed Mar 4, 2024
1 parent 9fc950b commit bd64f6e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ updates:
github-actions:
patterns:
- "*"
- package-ecosystem: github-actions
directory: '/'
target-branch: "release-0.17"
schedule:
interval: monthly
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: gomod
target-branch: "release-0.14"
directory: "/"
Expand Down Expand Up @@ -84,6 +93,22 @@ updates:
# 0.16 tracks the 0.27 branch
- dependency-name: k8s.io/*
versions: ">= 0.28.0-alpha.0"
- package-ecosystem: gomod
target-branch: "release-0.17"
directory: "/"
schedule:
interval: weekly
groups:
gomod:
patterns:
- "*"
allow:
# Pick up k8s.io updates
- dependency-name: k8s.io/client-go
ignore:
# 0.17 tracks the 0.29 branch
- dependency-name: k8s.io/*
versions: ">= 0.30.0-alpha.0"
- package-ecosystem: gomod
directory: "/"
schedule:
Expand Down

0 comments on commit bd64f6e

Please sign in to comment.