Implement dependabot

This commit is contained in:
Faustin Lammler 2022-03-01 16:53:59 +01:00
parent aa77179f14
commit d061b3d35d
No known key found for this signature in database
GPG Key ID: 390A2F27832A5C79
1 changed files with 14 additions and 0 deletions

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

@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"