mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-27 10:20:32 +03:00
40 lines
803 B
JSON
40 lines
803 B
JSON
|
{
|
||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||
|
"extends": [
|
||
|
"config:base",
|
||
|
"group:allNonMajor"
|
||
|
],
|
||
|
"prHourlyLimit": 0,
|
||
|
"prConcurrentLimit": 15,
|
||
|
"baseBranches": [
|
||
|
"main"
|
||
|
],
|
||
|
"packageRules": [
|
||
|
{
|
||
|
"updateTypes": [
|
||
|
"major"
|
||
|
],
|
||
|
"addLabels": [
|
||
|
"SemVer Major"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"updateTypes": [
|
||
|
"minor"
|
||
|
],
|
||
|
"addLabels": [
|
||
|
"SemVer Minor"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"updateTypes": [
|
||
|
"patch",
|
||
|
"digest",
|
||
|
"bump"
|
||
|
],
|
||
|
"addLabels": [
|
||
|
"SemVer Patch"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|