Browse Source

chore(dependabot): update Dependabot config file

tags/v0.9.0
dependabot-preview[bot] 3 years ago
committed by Jérôme Deuchnord
parent
commit
580cc98df0
No known key found for this signature in database GPG Key ID: 72F9D1A7272D53DD
2 changed files with 14 additions and 13 deletions
  1. +0
    -13
      .dependabot/config.yml
  2. +14
    -0
      .github/dependabot.yml

+ 0
- 13
.dependabot/config.yml View File

@@ -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

+ 14
- 0
.github/dependabot.yml View File

@@ -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

Loading…
Cancel
Save