this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Seperate out app-template PRs per-app

authored by

Skyler Mäntysaari and committed by
GitHub
74eb1b95 4fc59c33

+6
+6
.github/renovate/groups.json5
··· 2 2 "$schema": "https://docs.renovatebot.com/renovate-schema.json", 3 3 "packageRules": [ 4 4 { 5 + "description": ["Split app-template 4.0.x into separate PRs per-app"], 6 + "matchDataSources": ["helm"], 7 + "matchPackagePatterns": ["app-template"], 8 + "additionalBranchPrefix": "{{baseDir}}-" 9 + }, 10 + { 5 11 "description": "External Snapshotter charts", 6 12 "groupName": "External Snapshotter", 7 13 "matchPackageNames": ["snapshot-controller", "snapshot-validation-webhook"],