From 6e39813cabeab5a39b129c89962cfe39320567b2 Mon Sep 17 00:00:00 2001 From: Pascal Reeb Date: Tue, 14 May 2024 12:29:18 +0200 Subject: [PATCH] feat(renovate): group helm-docs --- renovate.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index ff392277..32ba7d8f 100644 --- a/renovate.json +++ b/renovate.json @@ -29,15 +29,18 @@ ], "packageRules": [{ "description": "Trim leading v from version for helm-docs", - "matchPackageNames": ["helm-docs"], + "matchDepNames": ["helm-docs"], "extractVersion": "^v(?\\d+\\.\\d+\\.\\d+)$" }, { - "matchPackageNames": ["postgresql", "mariadb", "influxdb"], + "matchDepNames": ["postgresql", "mariadb", "influxdb"], "groupName": "database dependencies" }, { - "matchPackageNames": ["radarr", "sonarr", "prowlarr", "readarr"], + "matchDepNames": ["radarr", "sonarr", "prowlarr", "readarr"], "groupName": "servarr apps", "matchManagers": ["regex"] + }, { + "matchDepNames": ["helm-docs", "norwoodj/helm-docs"], + "groupName": "helm-docs" }], "postUpgradeTasks": { "commands": ["bump-chart", "helm-docs --template-files _templates/helm-docs/README.md.gotmpl", "gomplate -o README.md -f _templates/readme/README.md.gotmpl -d readme=_templates/readme/README.yaml"],