mirror of
https://github.com/borgbackup/borg.git
synced 2026-02-19 02:29:19 -05:00
improve dependabot configuration: more stability
This commit is contained in:
parent
045701558e
commit
ee569784de
1 changed files with 6 additions and 0 deletions
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
|
|
@ -10,9 +10,15 @@ updates:
|
|||
- "*"
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/requirements.d"
|
||||
ignore:
|
||||
- dependency-name: "black"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
cooldown:
|
||||
semver-major-days: 90
|
||||
semver-minor-days: 30
|
||||
groups:
|
||||
pip-dependencies:
|
||||
patterns:
|
||||
- "*"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue