Skip to content

Commit

Permalink
chore: Update dependabot labels (#14807)
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj authored Feb 14, 2024
1 parent a894615 commit e0ae43f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit e0ae43f

Please sign in to comment.