github: Add dependabot config

This commit is contained in:
Athanasius 2021-11-07 15:42:49 +00:00
parent ef84dc0579
commit d65b715222

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

@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
target-branch: "develop"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "develop"
schedule:
interval: "daily"