jrnl/.github/renovate.json
Jonathan Wren 3db5beab5c fix typo
2022-09-03 11:21:19 -07:00

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" ]
}