Skip to content

Commit

Permalink
chore: group golang-x deps updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarvardt committed Dec 5, 2024
1 parent 9b433d2 commit 115858e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,18 @@ updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
commit-message:
prefix: 'chore(go)'
golang-x:
applies-to: version-updates
patterns:
- golang.org/x
- golang.org/x/*

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: 'chore(gha)'

0 comments on commit 115858e

Please sign in to comment.