mirror of
https://github.com/auricom/home-cluster.git
synced 2025-12-26 16:56:33 +01:00
46 lines
1.0 KiB
Plaintext
46 lines
1.0 KiB
Plaintext
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"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": ["galaxy", "galaxy-collection"],
|
|
"addLabels": ["renovate/ansible"]
|
|
},
|
|
{
|
|
"matchDatasources": ["terraform-provider"],
|
|
"addLabels": ["renovate/terraform"]
|
|
},
|
|
{
|
|
"matchDatasources": ["github-releases", "github-tags"],
|
|
"addLabels": ["renovate/github-release"]
|
|
},
|
|
{
|
|
"matchManagers": ["github-actions"],
|
|
"addLabels": ["renovate/github-action"]
|
|
},
|
|
{
|
|
"matchDatasources": ["pypi"],
|
|
"addLabels": ["renovate/pip"]
|
|
}
|
|
]
|
|
}
|