Skip to content

Commit

Permalink
Configure dependabot on the release-0.19 branch
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Kitt <[email protected]>
  • Loading branch information
skitt committed Jan 14, 2025
1 parent 14dc94c commit e92793d
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.19"
schedule:
interval: monthly
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: gomod
target-branch: "release-0.14"
directory: "/"
Expand Down Expand Up @@ -125,6 +134,22 @@ updates:
# 0.18 tracks the 0.30 branch
- dependency-name: k8s.io/*
versions: ">= 0.31.0-alpha.0"
- package-ecosystem: gomod
target-branch: "release-0.19"
directory: "/"
schedule:
interval: weekly
groups:
gomod:
patterns:
- "*"
allow:
# Pick up k8s.io updates
- dependency-name: k8s.io/client-go
ignore:
# 0.19 tracks the 0.31 branch
- dependency-name: k8s.io/*
versions: ">= 0.32.0-alpha.0"
- package-ecosystem: gomod
directory: "/"
schedule:
Expand Down

0 comments on commit e92793d

Please sign in to comment.