ci(dependabot): only group minor and patch updates (#192)

This commit is contained in:
Parker Brown
2024-12-19 16:22:13 -08:00
committed by GitHub
parent 6f9957685a
commit 26a5f3652e
+22 -11
View File
@@ -1,19 +1,30 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: "monthly"
interval: 'monthly'
groups:
production-dependencies:
dependency-type: "production"
dependency-type: 'production'
update-types:
- minor
- patch
development-dependencies:
dependency-type: "development"
dependency-type: 'development'
update-types:
- minor
- patch
commit-message:
prefix: "fix"
prefix-development: "build"
include: "scope"
- package-ecosystem: "github-actions"
directory: "/"
prefix: 'fix'
prefix-development: 'build'
include: 'scope'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: "monthly"
interval: 'monthly'
groups:
github-actions:
update-types:
- minor
- patch