gitbutler/.github/dependabot.yml
2024-01-19 18:24:42 +01:00

27 lines
492 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
groups:
minor:
update-types: [minor]
patch:
update-types: [patch]
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
groups:
minor:
update-types: [minor]
patch:
update-types: [patch]