Skip to content

Commit

Permalink
feat(renovate): group helm-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pree committed May 14, 2024
1 parent ba1916a commit 6e39813
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,18 @@
],
"packageRules": [{
"description": "Trim leading v from version for helm-docs",
"matchPackageNames": ["helm-docs"],
"matchDepNames": ["helm-docs"],
"extractVersion": "^v(?<version>\\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"],
Expand Down

0 comments on commit 6e39813

Please sign in to comment.