12 lines
411 B
YAML
12 lines
411 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
ignore:
|
|
# 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"
|