Configure dependabot

This commit is contained in:
Thomas Basler 2022-08-06 03:26:30 +02:00
parent 4435fbcdad
commit a3c93bb474

13
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,13 @@
version: 2
updates:
# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/webapp"
schedule:
interval: "weekly"
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"