jecs/.github/workflows/dependabot.yml
2024-11-16 21:16:23 -05:00

11 lines
205 B
YAML

---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: npm
directory: "/"
schedule:
interval: "daily"