Create Dependabot config file

This commit is contained in:
Aleksi Häkli 2021-03-01 13:05:18 +02:00 committed by GitHub
parent 74c57b527f
commit 0eaa5b077b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
time: "12:00"
open-pull-requests-limit: 10