mirror of
https://github.com/ivuorinen/.github.git
synced 2026-02-06 09:44:36 +00:00
50 lines
1.1 KiB
Plaintext
50 lines
1.1 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"]
|
|
},
|
|
{
|
|
"matchUpdateTypes": ["digest"],
|
|
"labels": ["type/digest"]
|
|
},
|
|
{
|
|
"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"]
|
|
}
|
|
]
|
|
}
|