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