Преглед изворни кода
Merge pull request #125 from Deuchnord/dependabot/add-v2-config-file
Update Dependabot config file
tags/v0.9.0
Jérôme Deuchnord
пре 4 година
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 измењених фајлова са
14 додато и
13 уклоњено
-
.dependabot/config.yml
-
.github/dependabot.yml
|
|
@@ -1,13 +0,0 @@ |
|
|
|
version: 1 |
|
|
|
|
|
|
|
update_configs: |
|
|
|
- package_manager: python |
|
|
|
directory: '/' |
|
|
|
update_schedule: weekly |
|
|
|
commit_message: |
|
|
|
prefix: "chore" |
|
|
|
include_scope: true |
|
|
|
target_branch: master |
|
|
|
|
|
|
|
default_reviewers: |
|
|
|
- Deuchnord |
|
|
@@ -0,0 +1,14 @@ |
|
|
|
version: 2 |
|
|
|
updates: |
|
|
|
- package-ecosystem: pip |
|
|
|
directory: "/" |
|
|
|
schedule: |
|
|
|
interval: weekly |
|
|
|
time: "04:00" |
|
|
|
open-pull-requests-limit: 10 |
|
|
|
target-branch: master |
|
|
|
reviewers: |
|
|
|
- Deuchnord |
|
|
|
commit-message: |
|
|
|
prefix: chore |
|
|
|
include: scope |