quartz/.github/dependabot.yml
Romain Lespinasse fb8f3ce71f
ci(dependabot): add github actions ecosystem
To maintain the versions of the actions inside all workflows
2024-11-10 05:32:03 +01:00

21 lines
708 B
YAML

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
groups:
production-dependencies:
applies-to: "version-updates"
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
ci-dependencies:
applies-to: "version-updates"
patterns:
- "*"