more match-managers

This commit is contained in:
Kjeld Schouten
2024-10-17 13:34:53 +02:00
parent 847c32b656
commit db73a46582
2 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
"prefix": "chore(deps)",
"packageRules": [
{
"matchDatasources": ["docker", "helm-values"],
"matchManagers": ["docker", "helm-values"],
"commitMessageTopic": "OCI-image {{depName}}",
"prefix": "chore(container)"
}

View File

@@ -1,6 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchManagers": ["helmv3"],
"addLabels": ["renovate/helm"]
},
{
"matchUpdateTypes": ["major"],
"labels": ["type/major"]
@@ -26,13 +30,9 @@
"labels": ["type/lockfile", "automerge"]
},
{
"matchDatasources": ["docker"],
"matchManager": ["docker", "helm-values"],
"addLabels": ["renovate/container"]
},
{
"matchDatasources": ["helmv3"],
"addLabels": ["renovate/helm"]
},
{
"matchDatasources": ["github-releases", "github-tags"],
"addLabels": ["renovate/github-release"]