gitbutler/.github/dependabot.yml

31 lines
674 B
YAML
Raw Normal View History

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"]
groups:
2024-01-19 20:32:24 +03:00
npm-minor-updates:
update-types: [minor]
2024-01-19 20:32:24 +03:00
npm-patch-updates:
update-types: [patch]
2023-05-08 16:00:31 +03:00
- package-ecosystem: "cargo"
directory: "/"
2023-05-08 16:00:31 +03:00
schedule:
interval: "weekly"
2024-01-19 20:42:12 +03:00
ignore:
- update-types: ["version-update:semver-major"]
groups:
2024-01-19 20:32:24 +03:00
rust-minor-updates:
update-types: [minor]
2024-01-19 20:32:24 +03:00
rust-patch-updates:
update-types: [patch]