mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-30 06:26:14 +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
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
Add a link
Reference in a new issue