mirror of
https://github.com/readur/readur.git
synced 2025-12-16 20:04:32 -06:00
19 lines
455 B
JSON
19 lines
455 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"labels": ["dependencies", "renovate"],
|
|
"prConcurrentLimit": 0,
|
|
"prHourlyLimit": 40,
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"description": "Automatically merge minor and patch updates",
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"matchCurrentVersion": "!/^0/",
|
|
"automerge": true,
|
|
"minimumReleaseAge": "3 days"
|
|
}
|
|
]
|
|
}
|