Skip to content

Commit

Permalink
add label to depbot (#133)
Browse files Browse the repository at this point in the history
Co-authored-by: jamie zieziula <[email protected]>
  • Loading branch information
jamiezieziula and jamie zieziula authored Nov 14, 2024
1 parent e5c78fa commit f827ed0
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,26 @@ version: 2
updates:
- package-ecosystem: github-actions
directory: /
commit-message:
prefix: chore
groups:
all:
patterns:
- "*"
labels:
- automated-dependency-updates
schedule:
interval: weekly
interval: monthly

- package-ecosystem: gomod
directory: /
commit-message:
prefix: chore
groups:
all:
patterns:
- "*"
labels:
- automated-dependency-updates
schedule:
interval: monthly

0 comments on commit f827ed0

Please sign in to comment.