gitbutler/.github/dependabot.yml

30 lines
625 B
YAML
Raw Normal View History

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