eximiabots-radiox/.github/dependabot.yml

20 lines
359 B
YAML
Raw Permalink Normal View History

2021-09-06 13:51:53 +00:00
version: 2
updates:
# GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
target-branch: "develop"
labels:
- "dependencies"
# npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
target-branch: "develop"
labels:
2021-09-09 09:44:50 +00:00
- "dependencies"