36 lines
755 B
JSON
36 lines
755 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"dependencyDashboard": true,
|
|
"dependencyDashboardTitle": "Renovate Dashboard",
|
|
"labels": ["renovatebot"],
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["major"],
|
|
"labels": ["type/major"]
|
|
},
|
|
{
|
|
"matchUpdateTypes": ["minor"],
|
|
"labels": ["type/minor"]
|
|
},
|
|
{
|
|
"matchUpdateTypes": ["patch"],
|
|
"labels": ["type/patch"]
|
|
},
|
|
{
|
|
"matchUpdateTypes": ["digest"],
|
|
"labels": ["type/digest"]
|
|
},
|
|
{
|
|
"matchDatasources": ["docker"],
|
|
"addLabels": ["renovate/container"]
|
|
},
|
|
{
|
|
"matchDatasources": ["helm"],
|
|
"addLabels": ["renovate/helm"]
|
|
}
|
|
]
|
|
}
|