Skip to content

Commit

Permalink
update dependabot config
Browse files Browse the repository at this point in the history
Add dependabot config for release-0.6 and add releasse-0.9.

Signed-off-by: Tuomo Tanskanen <[email protected]>
  • Loading branch information
tuminoid committed Dec 18, 2024
1 parent 65af31a commit 38af407
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,14 @@ updates:
labels:
- "ok-to-test"
## Main branch config ends here
## release-0.8 branch config starts here

## release-0.9 branch config starts here
- package-ecosystem: "github-actions"
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
day: "saturday"
target-branch: release-0.8
target-branch: release-0.9
ignore:
# Ignore major and minor bumps for release branch
- dependency-name: "*"
Expand All @@ -71,7 +72,7 @@ updates:
schedule:
interval: "weekly"
day: "sunday"
target-branch: release-0.8
target-branch: release-0.9
groups:
kubernetes:
patterns: ["k8s.io/*"]
Expand All @@ -87,14 +88,15 @@ updates:
prefix: ":seedling:"
labels:
- "ok-to-test"
## release-0.8 branch config ends here
## release-0.6 branch config starts here
## release-0.9 branch config ends here

## release-0.8 branch config starts here
- package-ecosystem: "github-actions"
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
day: "saturday"
target-branch: release-0.6
target-branch: release-0.8
ignore:
# Ignore major and minor bumps for release branch
- dependency-name: "*"
Expand All @@ -114,7 +116,7 @@ updates:
schedule:
interval: "weekly"
day: "sunday"
target-branch: release-0.6
target-branch: release-0.8
groups:
kubernetes:
patterns: ["k8s.io/*"]
Expand All @@ -130,4 +132,4 @@ updates:
prefix: ":seedling:"
labels:
- "ok-to-test"
## release-0.6 branch config ends here
## release-0.8 branch config ends here

0 comments on commit 38af407

Please sign in to comment.