2023-05-08 16:00:31 +03:00
|
|
|
version: 2
|
2024-03-27 20:51:47 +03:00
|
|
|
|
2023-05-08 16:00:31 +03:00
|
|
|
updates:
|
2024-10-09 11:43:01 +03:00
|
|
|
- package-ecosystem: 'github-actions'
|
|
|
|
directory: '/'
|
2023-05-08 16:00:31 +03:00
|
|
|
schedule:
|
2024-10-09 11:43:01 +03:00
|
|
|
interval: 'weekly'
|
2023-05-08 16:00:31 +03:00
|
|
|
|
2024-10-09 11:43:01 +03:00
|
|
|
- package-ecosystem: 'npm'
|
|
|
|
directory: '/'
|
2023-05-08 16:00:31 +03:00
|
|
|
schedule:
|
2024-10-09 11:43:01 +03:00
|
|
|
interval: 'weekly'
|
2024-01-19 20:42:12 +03:00
|
|
|
ignore:
|
2024-10-09 11:43:01 +03:00
|
|
|
- dependency-name: '*'
|
|
|
|
update-types: ['version-update:semver-major']
|
2024-01-19 20:16:12 +03:00
|
|
|
groups:
|
2024-02-07 14:42:21 +03:00
|
|
|
npm-updates:
|
|
|
|
update-types: [minor, patch]
|
2023-05-08 16:00:31 +03:00
|
|
|
|
2024-10-09 11:43:01 +03:00
|
|
|
- package-ecosystem: 'cargo'
|
|
|
|
directory: '/'
|
2023-05-08 16:00:31 +03:00
|
|
|
schedule:
|
2024-10-09 11:43:01 +03:00
|
|
|
interval: 'monthly'
|
2024-01-19 20:42:12 +03:00
|
|
|
ignore:
|
2024-10-09 11:43:01 +03:00
|
|
|
- dependency-name: '*'
|
|
|
|
update-types: ['version-update:semver-major']
|
2024-01-19 20:03:10 +03:00
|
|
|
groups:
|
2024-02-07 14:42:21 +03:00
|
|
|
rust-updates:
|
|
|
|
update-types: [minor, patch]
|