Enable dependabot for update pull requrests

This commit is contained in:
Andreas Mandel 2022-01-16 12:25:56 +01:00 committed by GitHub
parent ee6163b301
commit 57976b4cec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,23 @@
# see also https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically
version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/frontend"
schedule:
interval: "daily"
- package-ecosystem: "pip"
directory: "/api"
schedule:
interval: "daily"