Skip to content

Commit

Permalink
Simplify Dependabot ignores for Kubernetes
Browse files Browse the repository at this point in the history
Add one rule to ignore all Kubernetes modules for Dependabot.
  • Loading branch information
HeavyWombat committed Dec 9, 2021
1 parent 5884c21 commit 7a61ba6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@ updates:
open-pull-requests-limit: 10
ignore:
- dependency-name: github.com/tektoncd/pipeline
- dependency-name: k8s.io/api
- dependency-name: k8s.io/apimachinery
- dependency-name: k8s.io/client-go
- dependency-name: k8s.io/*

0 comments on commit 7a61ba6

Please sign in to comment.