mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-21 13:38:31 +02:00
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" ]
|
|
}
|