this repo has no description
0
fork

Configure Feed

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

Renovate: Flux group

+14 -2
+14 -2
.github/renovate/groups.json5
··· 1 1 { 2 2 "$schema": "https://docs.renovatebot.com/renovate-schema.json", 3 3 "packageRules": [ 4 - { 4 + { 5 + "description": "Flux Group", 6 + "groupName": "Flux", 7 + "matchPackagePatterns": ["flux"], 8 + "matchDatasources": ["docker", "github-tags"], 9 + "versioning": "semver", 10 + "group": { 11 + "commitMessageTopic": "{{{groupName}}} group" 12 + }, 13 + "separateMinorPatch": true 14 + }, 15 + { 5 16 "description": "Immich images", 6 17 "groupName": "Immich", 7 18 "matchPackagePatterns": ["immich"], ··· 10 21 "commitMessageTopic": "{{{groupName}}} group" 11 22 }, 12 23 "separateMinorPatch": true 13 - }] 24 + } 25 + ] 14 26 }