mirror of
https://forge.liiib.re/indiehost/libre.sh/libre.sh.git
synced 2024-12-29 07:06:42 +00:00
28 lines
571 B
Text
28 lines
571 B
Text
{
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["major"],
|
|
"labels": ["type/major"]
|
|
},
|
|
{
|
|
"matchUpdateTypes": ["minor"],
|
|
"labels": ["type/minor"]
|
|
},
|
|
{
|
|
"matchUpdateTypes": ["patch"],
|
|
"labels": ["type/patch"]
|
|
},
|
|
{
|
|
"matchDatasources": ["docker"],
|
|
"addLabels": ["renovate/container"]
|
|
},
|
|
{
|
|
"matchDatasources": ["helm"],
|
|
"addLabels": ["renovate/helm"]
|
|
},
|
|
{
|
|
"matchDatasources": ["github-releases", "github-tags"],
|
|
"addLabels": ["renovate/github-release"]
|
|
}
|
|
]
|
|
}
|