Update Dependabot config: ignore all packages with *.v* (#9206)
This commit is contained in:
parent
06d85ae457
commit
c83577b23d
|
|
@ -5,7 +5,7 @@ updates:
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
ignore:
|
ignore:
|
||||||
# Dependabot isn't able to update this package do the name not matching the source
|
# Dependabot isn't able to update this packages that do not match the source, so anything with a version
|
||||||
- dependency-name: "gopkg.in/djherbis/times.v1"
|
- dependency-name: "*.v*"
|
||||||
# Updating this package is blocked by: https://github.com/gosnmp/gosnmp/issues/284
|
# Updating this package is blocked by: https://github.com/gosnmp/gosnmp/issues/284
|
||||||
- dependency-name: "github.com/soniah/gosnmp"
|
- dependency-name: "github.com/soniah/gosnmp"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue