Skip to content

Commit

Permalink
Ignore additional dependencies in Dependabot config (#3533)
Browse files Browse the repository at this point in the history
* sigs.k8s.io/* modules
* github.com/containernetworking/* modules

These are things we want to update manually.

Signed-off-by: Antonin Bas <[email protected]>
  • Loading branch information
antoninbas authored Mar 31, 2022
1 parent f0984fa commit ac50657
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ updates:
open-pull-requests-limit: 5
ignore:
- dependency-name: "k8s.io/*"
- dependency-name: "sigs.k8s.io/*"
- dependency-name: "github.com/containernetworking/*"
- dependency-name: "github.com/vmware/go-ipfix"
- dependency-name: "github.com/TomCodeLV/OVSDB-golang-lib"
- dependency-name: "github.com/vmware-tanzu/octant"
Expand Down

0 comments on commit ac50657

Please sign in to comment.