Files
Draupnir/.github/dependabot.yml
T
Aminda Suomalainen 6694bf547e dependabot.yml: rename everything to github-actions (#120)
I didn't know the "everything" would be visible in PR title like that and it bothers me as it's not really "everything", it's just github-actions.
2023-09-11 15:04:28 +01:00

19 lines
355 B
YAML

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
groups:
development-dependencies:
dependency-type: "development"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
groups:
github-actions:
patterns:
- "*"