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:
|
|
|
|
- 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:
|
2024-03-27 21:22:00 +03:00
|
|
|
interval: "weekly"
|
2024-01-19 20:42:12 +03:00
|
|
|
ignore:
|
2024-01-20 02:58:25 +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
|
|
|
|
|
|
|
- package-ecosystem: "cargo"
|
2023-10-05 11:32:47 +03:00
|
|
|
directory: "/"
|
2023-05-08 16:00:31 +03:00
|
|
|
schedule:
|
2024-02-07 14:42:21 +03:00
|
|
|
interval: "monthly"
|
2024-01-19 20:42:12 +03:00
|
|
|
ignore:
|
2024-01-20 02:58:25 +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]
|