Skip to content

Commit

Permalink
Configure dependabot for the release-0.16 branch
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Kolesnik <[email protected]>
  • Loading branch information
mkolesnik authored and skitt committed Sep 19, 2023
1 parent cb4cbb7 commit 6aa62ad
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ updates:
target-branch: release-0.15
schedule:
interval: monthly
- package-ecosystem: github-actions
directory: /
target-branch: release-0.16
schedule:
interval: monthly
- package-ecosystem: gomod
target-branch: "release-0.14"
directory: "/"
Expand All @@ -44,6 +49,18 @@ updates:
# 0.15 tracks the 0.26 branch
- dependency-name: k8s.io/*
versions: ">= 0.27.0-alpha.0"
- package-ecosystem: gomod
target-branch: "release-0.16"
directory: "/"
schedule:
interval: weekly
allow:
# Pick up k8s.io updates
- dependency-name: k8s.io/apiextensions-apiserver
ignore:
# 0.16 tracks the 0.27 branch
- dependency-name: k8s.io/*
versions: ">= 0.28.0-alpha.0"
- package-ecosystem: gomod
directory: /
schedule:
Expand Down

0 comments on commit 6aa62ad

Please sign in to comment.