chore: Update dependabot labels (#14807)
This commit is contained in:
parent
a89461554f
commit
e0ae43f4f4
|
|
@ -5,10 +5,15 @@ updates:
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
|
labels:
|
||||||
|
- "dependencies"
|
||||||
- package-ecosystem: "gomod"
|
- package-ecosystem: "gomod"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
ignore:
|
ignore:
|
||||||
# Dependabot isn't able to update this packages that do not match the source, so anything with a version
|
# Dependabot isn't able to update this packages that do not match the
|
||||||
|
# source, so anything with a version
|
||||||
- dependency-name: "*.v*"
|
- dependency-name: "*.v*"
|
||||||
|
labels:
|
||||||
|
- "dependencies"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue