mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Replace Dependabot with Renovate (#1575)
* Add renovate.json * move renovate config file into .github dir * update config to match dependabot * remove old dependabot config * update prhourlylimit setting for renovate * fix typo Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonathan Wren <jonathan@nowandwren.com>
This commit is contained in:
parent
8a7225a249
commit
37af7b8db6
2 changed files with 14 additions and 12 deletions
12
.github/dependabot.yml
vendored
12
.github/dependabot.yml
vendored
|
@ -1,12 +0,0 @@
|
||||||
version: 2
|
|
||||||
updates:
|
|
||||||
- package-ecosystem: pip
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: daily
|
|
||||||
open-pull-requests-limit: 10
|
|
||||||
reviewers:
|
|
||||||
- wren
|
|
||||||
- micahellison
|
|
||||||
labels:
|
|
||||||
- packaging
|
|
14
.github/renovate.json
vendored
Normal file
14
.github/renovate.json
vendored
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:base"
|
||||||
|
],
|
||||||
|
"schedule": [ "at any time" ],
|
||||||
|
"prConcurrentLimit": 10,
|
||||||
|
"prHourlyLimit": 10,
|
||||||
|
"reviewers": [
|
||||||
|
"wren",
|
||||||
|
"micahellison"
|
||||||
|
],
|
||||||
|
"labels": [ "packaging" ]
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue