gitbutler/.github/dependabot.yml
2024-01-20 00:58:25 +01:00

33 lines
732 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
groups:
npm-minor-updates:
update-types: [minor]
npm-patch-updates:
update-types: [patch]
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
groups:
rust-minor-updates:
update-types: [minor]
rust-patch-updates:
update-types: [patch]