Revise dependabot.yml.

This commit is contained in:
Fabio Niephaus
2025-09-15 12:26:50 +02:00
committed by Fabio Niephaus
parent deee6c389f
commit 2fea119c1a

View File

@@ -1,30 +1,19 @@
version: 2 version: 2
updates: updates:
- package-ecosystem: github-actions - package-ecosystem: 'github-actions'
directory: / directory: '/'
schedule: schedule:
interval: monthly interval: 'monthly'
groups: groups:
actions-minor: github-actions-updates:
update-types: patterns:
- minor - '*'
- patch
- package-ecosystem: npm - package-ecosystem: 'npm'
directory: / directory: '/'
schedule: schedule:
interval: monthly interval: 'monthly'
ignore:
- dependency-name: '@types/node'
update-types:
- 'version-update:semver-major'
groups: groups:
npm-development: npm-updates:
dependency-type: development patterns:
update-types: - '*'
- minor
- patch
npm-production:
dependency-type: production
update-types:
- patch