Skip to content

Commit

Permalink
ci(dependabot): implement groups and custom commit message prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis authored Oct 10, 2023
1 parent 4350e45 commit dd17d4a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ updates:
interval: monthly
labels:
- dependencies
groups:
safe-dependencies:
update-types: ['minor', 'patch']
major-dependencies:
update-types: ['major']
commit-message:
prefix: deps
prefix-development: deps(dev)
- package-ecosystem: github-actions
directory: /
schedule:
Expand Down

0 comments on commit dd17d4a

Please sign in to comment.