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 18, 2024
1 parent 2721416 commit cb86efb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 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 @@ -97,6 +106,18 @@ 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
allow:
# Pick up k8s.io updates
- dependency-name: k8s.io/apiextensions-apiserver
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 cb86efb

Please sign in to comment.