mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-24 13:37:34 +03:00
aa4e1667c7
- unclear why these were ever ignored
30 lines
625 B
YAML
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]
|