1
0
Форкнуть 0

module: add Dependabot config file v2

Create Dependabot config file (#36)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Christian Nicolai <cn@mycrobase.de>
Этот коммит содержится в:
Christian Nicolai 2020-06-05 09:02:00 +02:00 коммит произвёл GitHub
родитель 1a0216f1bf 7cab7dd177
Коммит c29e050858
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 32 добавлений и 0 удалений

32
.github/dependabot.yml поставляемый Обычный файл
Просмотреть файл

@ -0,0 +1,32 @@
---
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