Skip to content

Commit

Permalink
ci(dependabot): update go.mod commit-message prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
bartventer committed Apr 26, 2024
1 parent 6493f0a commit 935cca3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "feat(deps)"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: 'gomod'
directory: '/'
schedule:
interval: 'weekly'
commit-message:
prefix: 'chore(deps)'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'

0 comments on commit 935cca3

Please sign in to comment.