Create dependabot.yml

This commit is contained in:
DJ2LS 2022-07-14 09:01:59 +02:00 committed by GitHub
parent 6e079bcdb9
commit a1cb510b82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,19 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-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"
# Maintain dependencies for pip
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"