Skip to content

Commit

Permalink
Add Dependabot ignores
Browse files Browse the repository at this point in the history
Add list of modules to be ignored by Dependabot.
  • Loading branch information
HeavyWombat authored Dec 9, 2021
1 parent 6ee7b7c commit 5884c21
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ updates:
schedule:
interval: daily
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

0 comments on commit 5884c21

Please sign in to comment.