1
0
mirror of https://github.com/warengroup/eximiabots-radiox.git synced 2025-05-01 12:54:59 +00:00

Added dependabot config

This commit is contained in:
Christer Warén 2021-09-06 16:51:53 +03:00
parent 370701a4b9
commit 45d68ff4ab

19
.github/dependabot.yml vendored Normal file

@ -0,0 +1,19 @@
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:
- "dependencies"