pay-respects/.github/dependabot.yaml
2025-04-29 12:49:23 +02:00

15 lines
338 B
YAML

version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
target-branch: main
- package-ecosystem: cargo
directory: /
schedule:
interval: weekly
target-branch: main
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]