chore: add dependabot.yml

This commit is contained in:
Jan Raasch 2020-09-21 14:27:24 +02:00
parent 9046dd41c8
commit 9eb9c2cf39

14
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,14 @@
# see https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
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"