mirror of
https://github.com/PrivateCaptcha/PrivateCaptcha.git
synced 2026-02-12 00:39:29 -06:00
18 lines
372 B
JSON
18 lines
372 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"minimumReleaseAge": "14 days",
|
|
"internalChecksFilter": "strict",
|
|
"postUpdateOptions": ["gomodTidy"],
|
|
"prConcurrentLimit": 5,
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["patch"],
|
|
"automerge": true,
|
|
"automergeType": "branch"
|
|
}
|
|
]
|
|
}
|