chore(github): add dependabot action

This commit is contained in:
Daniel Sogl
2021-06-21 13:41:17 +02:00
committed by GitHub
parent 7736ca7747
commit f19ddc7cde
+13
View File
@@ -0,0 +1,13 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"