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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
.github/workflows/dependabot.yml vendored Normal file
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"