2023-05-08 16:00:31 +03:00
|
|
|
version: 2
|
|
|
|
updates:
|
|
|
|
- package-ecosystem: "github-actions"
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: "weekly"
|
|
|
|
|
2023-05-08 16:00:31 +03:00
|
|
|
- package-ecosystem: "npm"
|
2023-05-08 16:00:31 +03:00
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: "weekly"
|
2024-01-19 20:42:12 +03:00
|
|
|
ignore:
|
|
|
|
- update-types: ["version-update:semver-major"]
|
2024-01-19 20:16:12 +03:00
|
|
|
groups:
|
2024-01-19 20:32:24 +03:00
|
|
|
npm-minor-updates:
|
2024-01-19 20:16:12 +03:00
|
|
|
update-types: [minor]
|
2024-01-19 20:32:24 +03:00
|
|
|
npm-patch-updates:
|
2024-01-19 20:16:12 +03:00
|
|
|
update-types: [patch]
|
2023-05-08 16:00:31 +03:00
|
|
|
|
|
|
|
- package-ecosystem: "cargo"
|
2023-10-05 11:32:47 +03:00
|
|
|
directory: "/"
|
2023-05-08 16:00:31 +03:00
|
|
|
schedule:
|
2024-01-19 20:03:10 +03:00
|
|
|
interval: "weekly"
|
2024-01-19 20:42:12 +03:00
|
|
|
ignore:
|
|
|
|
- update-types: ["version-update:semver-major"]
|
2024-01-19 20:03:10 +03:00
|
|
|
groups:
|
2024-01-19 20:32:24 +03:00
|
|
|
rust-minor-updates:
|
2024-01-19 20:03:10 +03:00
|
|
|
update-types: [minor]
|
2024-01-19 20:32:24 +03:00
|
|
|
rust-patch-updates:
|
2024-01-19 20:03:10 +03:00
|
|
|
update-types: [patch]
|