Skip to content

Commit

Permalink
Update dependabot.yml to ignore klog/v2
Browse files Browse the repository at this point in the history
... since updates to that will be pulled in from Shipyard.

(This was automatically generated using filter_dependabot.sh.)

Signed-off-by: Stephen Kitt <skitt@redhat.com>
  • Loading branch information
skitt authored and tpantelis committed Jan 3, 2024
1 parent 19c7398 commit 0aa1c7d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ updates:
groups:
github-actions:
patterns:
- "*"
- '*'
- package-ecosystem: github-actions
directory: /
target-branch: release-0.14
Expand All @@ -17,7 +17,7 @@ updates:
groups:
github-actions:
patterns:
- "*"
- '*'
- package-ecosystem: github-actions
directory: /
target-branch: release-0.15
Expand All @@ -26,7 +26,7 @@ updates:
groups:
github-actions:
patterns:
- "*"
- '*'
- package-ecosystem: github-actions
directory: /
target-branch: release-0.16
Expand All @@ -35,15 +35,15 @@ updates:
groups:
github-actions:
patterns:
- "*"
- '*'
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
groups:
gomod:
patterns:
- "*"
- '*'
ignore:
# Our own dependencies are handled during releases
- dependency-name: github.com/submariner-io/*
Expand All @@ -54,5 +54,5 @@ updates:
- dependency-name: k8s.io/api
- dependency-name: k8s.io/apimachinery
- dependency-name: k8s.io/client-go
- dependency-name: k8s.io/klog
- dependency-name: k8s.io/klog/v2
- dependency-name: k8s.io/utils

0 comments on commit 0aa1c7d

Please sign in to comment.