Compare commits

...
Author SHA1 Message Date
Parker BrownandGitHub ef741caab5 Merge branch 'main' into parkerbxyz/dependabot-multi-ecosystem-groups 2026-04-10 17:51:15 -07:00
Parker Brown 20749b7294 Move update-types config for GitHub Actions
Removed the 'groups' section and moved 'update-types' directly under the GitHub Actions configuration.
2025-08-13 09:29:03 -07:00
Parker Brown 3f1903e205 Move commit-message config to multi-ecosystem group
Commit-message settings for minor-and-patch updates were relocated from the npm update section to the multi-ecosystem-groups.minor-and-patch section in dependabot.yml.
2025-08-13 09:03:24 -07:00
Parker Brown cfb49a3e58 Add multi-ecosystem group to Dependabot config 2025-07-11 12:31:03 -07:00
+19 -15
View File
@@ -1,30 +1,34 @@
version: 2 version: 2
multi-ecosystem-groups:
minor-and-patch:
schedule:
interval: 'quarterly'
commit-message:
prefix: 'fix'
prefix-development: 'build'
include: 'scope'
updates: updates:
- package-ecosystem: 'npm' - package-ecosystem: 'npm'
directory: '/' directory: '/'
schedule: patterns: ['*']
interval: 'monthly' multi-ecosystem-group: 'minor-and-patch'
groups: groups:
production-dependencies: production:
dependency-type: 'production' dependency-type: 'production'
update-types: update-types:
- minor - minor
- patch - patch
development-dependencies: development:
dependency-type: 'development' dependency-type: 'development'
update-types: update-types:
- minor - minor
- patch - patch
commit-message:
prefix: 'fix'
prefix-development: 'build'
include: 'scope'
- package-ecosystem: 'github-actions' - package-ecosystem: 'github-actions'
directory: '/' directory: '/'
schedule: patterns: ['*']
interval: 'monthly' multi-ecosystem-groups: 'minor-and-patch'
groups: update-types:
github-actions: - minor
update-types: - patch
- minor
- patch