Skip to content

Commit

Permalink
Manually manage k8s dep updates (#444)
Browse files Browse the repository at this point in the history
Signed-off-by: Jose R. Gonzalez <[email protected]>
  • Loading branch information
komish committed Jun 7, 2024
1 parent 9127e02 commit 1e6a949
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
k8s:
applies-to: "version-updates"
patterns:
- "k8s.io/*"
- "sigs.k8s.io/*"
- "helm.sh/*"
- "github.com/helm/*"
ignore:
# Automatic updates for these are disabled as they are updated manually to
# align with platform dependencies defined at
# https://github.com/openshift/console.
- dependency-name: "k8s.io/*"
- dependency-name: "helm.sh/*"
- dependency-name: "github.com/helm/*"
- package-ecosystem: github-actions
directory: "/.github"
schedule:
Expand Down

0 comments on commit 1e6a949

Please sign in to comment.