mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
* 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>
14 lines
272 B
JSON
14 lines
272 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"schedule": [ "at any time" ],
|
|
"prConcurrentLimit": 10,
|
|
"prHourlyLimit": 10,
|
|
"reviewers": [
|
|
"wren",
|
|
"micahellison"
|
|
],
|
|
"labels": [ "packaging" ]
|
|
}
|