Skip to content

Commit

Permalink
.github: let dependabot ignore k8s deps
Browse files Browse the repository at this point in the history
We update these dependencies manually all at once.

Suggested-by: Robin Hahling <[email protected]>
Signed-off-by: Tobias Klauser <[email protected]>
  • Loading branch information
tklauser committed Sep 21, 2021
1 parent 863520c commit 772f1ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ updates:
interval: daily
open-pull-requests-limit: 1
rebase-strategy: disabled
ignore:
# k8s dependencies will be updated manually all at once
- dependency-name: "k8s.io/*"
- dependency-name: "sigs.k8s.io/*"
labels:
- kind/enhancement
- package-ecosystem: github-actions
Expand Down

0 comments on commit 772f1ea

Please sign in to comment.