Skip to content

Commit

Permalink
NO-ISSUE: fix dependabot ingored packages (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
eifrach committed Sep 19, 2023
1 parent 9fd99e3 commit 5f09d3a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/dependabot.yml
Expand Up @@ -20,6 +20,7 @@ updates:
go-dependencies:
patterns:
- "*"
exclude-patterns:
- "k8s.io/*"
- "sigs.k8s.io/*"
ignore:
- dependency-name: "k8s.io/*"
- dependency-name: "sigs.k8s.io/*"

0 comments on commit 5f09d3a

Please sign in to comment.