Skip to content

Commit

Permalink
build: Updated dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion committed Dec 21, 2023
1 parent 55c3bf2 commit edda1b2
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,16 @@ updates:
directory: /
schedule:
interval: weekly
groups:
actions-minor:
update-types:
- minor
- patch
commit-message:
prefix: "build(ci)"
labels:
- "dependency-actions"

- package-ecosystem: npm
directory: /
schedule:
interval: weekly
groups:
npm-development:
dependency-type: development
update-types:
- minor
- patch
npm-production:
dependency-type: production
update-types:
- patch
interval: daily
commit-message:
prefix: "build(deps)"
labels:
- "dependency-npm"

0 comments on commit edda1b2

Please sign in to comment.