Files
create-github-app-token/.github/dependabot.yml
T
2025-07-11 12:31:03 -07:00

37 lines
776 B
YAML

version: 2
multi-ecosystem-groups:
minor-and-patch:
schedule:
interval: 'quarterly'
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
commit-message:
prefix: 'fix'
prefix-development: 'build'
include: 'scope'
- package-ecosystem: 'github-actions'
directory: '/'
patterns: ['*']
multi-ecosystem-groups: 'minor-and-patch'
groups:
github-actions:
update-types:
- minor
- patch