Create Dependabot config file

This commit is contained in:
dependabot-preview[bot] 2020-06-05 06:47:56 +00:00 committed by GitHub
parent 82d15c9d95
commit 2779ba372f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

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

@ -0,0 +1,31 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: weekly
day: thursday
time: '14:00'
timezone: Europe/Berlin
pull-request-branch-name:
separator: "-"
open-pull-requests-limit: 99
target-branch: three
versioning-strategy: lockfile-only
allow:
- dependency-type: direct
- dependency-type: indirect
- package-ecosystem: pip
directory: "/"
schedule:
interval: weekly
day: thursday
time: '14:00'
timezone: Europe/Berlin
pull-request-branch-name:
separator: "-"
open-pull-requests-limit: 99
versioning-strategy: lockfile-only
allow:
- dependency-type: direct
- dependency-type: indirect