Skip to content

Commit

Permalink
Add dependabot config for release-0.18
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Pantelis <[email protected]>
  • Loading branch information
tpantelis committed Jun 17, 2024
1 parent 64474e8 commit e4b74ab
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 @@ -45,6 +45,15 @@ updates:
github-actions:
patterns:
- "*"
- package-ecosystem: github-actions
directory: '/'
target-branch: "release-0.18"
schedule:
interval: monthly
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: gomod
target-branch: "release-0.14"
directory: "/"
Expand Down Expand Up @@ -109,6 +118,22 @@ updates:
# 0.17 tracks the 0.29 branch
- dependency-name: k8s.io/*
versions: ">= 0.30.0-alpha.0"
- package-ecosystem: gomod
target-branch: "release-0.18"
directory: "/"
schedule:
interval: weekly
groups:
gomod:
patterns:
- "*"
allow:
# Pick up k8s.io updates
- dependency-name: k8s.io/client-go
ignore:
# 0.18 tracks the 0.30 branch
- dependency-name: k8s.io/*
versions: ">= 0.31.0-alpha.0"
- package-ecosystem: gomod
directory: "/"
schedule:
Expand Down

0 comments on commit e4b74ab

Please sign in to comment.