adrian-altner.com/.github/dependabot.yml
2026-03-30 14:16:43 +02:00

19 lines
No EOL
352 B
YAML

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