Files
create-github-app-token/.github/dependabot.yml
T
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

35 lines
736 B
YAML

version: 2
multi-ecosystem-groups:
minor-and-patch:
schedule:
interval: 'quarterly'
commit-message:
prefix: 'fix'
prefix-development: 'build'
include: 'scope'
updates:
- package-ecosystem: 'npm'
directory: '/'
patterns: ['*']
multi-ecosystem-group: 'minor-and-patch'
groups:
production:
dependency-type: 'production'
update-types:
- minor
- patch
development:
dependency-type: 'development'
update-types:
- minor
- patch
- package-ecosystem: 'github-actions'
directory: '/'
patterns: ['*']
multi-ecosystem-groups: 'minor-and-patch'
update-types:
- minor
- patch