chore: Update dependabot labels (#14807)

This commit is contained in:
Joshua Powers 2024-02-14 09:06:27 -05:00 committed by GitHub
parent a89461554f
commit e0ae43f4f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -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"