gitbutler/.github/dependabot.yml
Mattias Granlund aa4e1667c7 Enable prettier for .vscode files
- unclear why these were ever ignored
2024-10-09 11:31:08 +02:00

30 lines
625 B
YAML

version: 2
updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
ignore:
- dependency-name: '*'
update-types: ['version-update:semver-major']
groups:
npm-updates:
update-types: [minor, patch]
- package-ecosystem: 'cargo'
directory: '/'
schedule:
interval: 'monthly'
ignore:
- dependency-name: '*'
update-types: ['version-update:semver-major']
groups:
rust-updates:
update-types: [minor, patch]