github: Add dependabot config

This commit is contained in:
Athanasius 2021-11-07 15:42:49 +00:00
parent 5e51c604a4
commit a8c683093c
No known key found for this signature in database
GPG Key ID: 8C392035DD80FD62

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"