Update Dependabot config: ignore all packages with *.v* (#9206)

This commit is contained in:
Sebastian Spaink 2021-04-27 15:46:21 -05:00 committed by GitHub
parent 06d85ae457
commit c83577b23d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ updates:
schedule:
interval: "weekly"
ignore:
# Dependabot isn't able to update this package do the name not matching the source
- dependency-name: "gopkg.in/djherbis/times.v1"
# Dependabot isn't able to update this packages that do not match the source, so anything with a version
- dependency-name: "*.v*"
# Updating this package is blocked by: https://github.com/gosnmp/gosnmp/issues/284
- dependency-name: "github.com/soniah/gosnmp"