Skip to content

Commit

Permalink
update dependabot config for release-1.9
Browse files Browse the repository at this point in the history
Drop release-1.7 and add release-1.9.

Signed-off-by: Tuomo Tanskanen <[email protected]>
  • Loading branch information
tuminoid committed Dec 18, 2024
1 parent a5a3fac commit f432a2a
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ updates:
directories:
- "/"
- "/api"
- "/hack/tools"
- "/hack/fake-apiserver"
- "/hack/tools"
- "/test"
schedule:
interval: "weekly"
Expand Down Expand Up @@ -48,13 +48,14 @@ updates:
labels:
- "ok-to-test"
## main branch config ends here
## release-1.8 branch config starts here

## release-1.9 branch config starts here
- package-ecosystem: "github-actions"
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
day: "tuesday"
target-branch: release-1.8
target-branch: release-1.9
ignore:
# Ignore major and minor bumps for release branch
- dependency-name: "*"
Expand All @@ -68,12 +69,13 @@ updates:
directories:
- "/"
- "/api"
- "/hack/fake-apiserver"
- "/hack/tools"
- "/test"
schedule:
interval: "weekly"
day: "wednesday"
target-branch: release-1.8
target-branch: release-1.9
## group all dependencies with a k8s.io prefix into a single PR.
groups:
kubernetes:
Expand All @@ -93,14 +95,15 @@ updates:
prefix: ":seedling:"
labels:
- "ok-to-test"
## release-1.8 branch config ends here
## release-1.7 branch config starts here
## release-1.9 branch config ends here

## release-1.8 branch config starts here
- package-ecosystem: "github-actions"
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
day: "tuesday"
target-branch: release-1.7
target-branch: release-1.8
ignore:
# Ignore major and minor bumps for release branch
- dependency-name: "*"
Expand All @@ -119,7 +122,7 @@ updates:
schedule:
interval: "weekly"
day: "wednesday"
target-branch: release-1.7
target-branch: release-1.8
## group all dependencies with a k8s.io prefix into a single PR.
groups:
kubernetes:
Expand All @@ -139,4 +142,4 @@ updates:
prefix: ":seedling:"
labels:
- "ok-to-test"
## release-1.7 branch config ends here
## release-1.8 branch config ends here

0 comments on commit f432a2a

Please sign in to comment.