Skip to content

Commit

Permalink
chore: update dependabot config for grouped updates (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-jw authored Oct 16, 2023
1 parent 6bd1872 commit f51af2f
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: "weekly"
interval: 'weekly'
groups:
dev-dependencies:
dependency-type: 'development'
update-types:
- 'minor'
- 'patch'
major-dev-dependencies:
dependency-type: 'development'
update-types:
- 'major'
production-dependencies:
dependency-type: 'production'
update-types:
- 'minor'
- 'patch'
major-production-dependencies:
dependency-type: 'production'
update-types:
- 'major'

0 comments on commit f51af2f

Please sign in to comment.