mirror of
https://github.com/auricom/home-cluster.git
synced 2025-12-27 17:15:48 +01:00
55 lines
2.1 KiB
JSON
55 lines
2.1 KiB
JSON
{
|
|
"packageRules": [
|
|
{
|
|
"description": "Cert-Manager image (for CRDs) and chart",
|
|
"groupName": "Cert-Manager",
|
|
"matchPackagePatterns": ["cert-manager"],
|
|
"matchDatasources": ["docker", "helm"],
|
|
"group": { "commitMessageTopic": "{{{groupName}}} group" },
|
|
"separateMinorPatch": true
|
|
},
|
|
{
|
|
"description": "External Snapshotter kustomization (for CRDs) and chart",
|
|
"groupName": "External Snapshotter",
|
|
"matchPackagePatterns": ["external-snapshotter", "snapshot-controller"],
|
|
"matchDatasources": ["docker", "github-tags"],
|
|
"group": { "commitMessageTopic": "{{{groupName}}} group" },
|
|
"separateMinorPatch": true
|
|
},
|
|
{
|
|
"description": "Node Feature Discovery kustomization (for CRDs) and chart",
|
|
"groupName": "Node Feature Discovery",
|
|
"matchPackagePatterns": ["node-feature-discovery"],
|
|
"matchDatasources": ["helm", "github-tags"],
|
|
"group": { "commitMessageTopic": "{{{groupName}}} group" },
|
|
"separateMinorPatch": true
|
|
},
|
|
{
|
|
"description": "Rook-Ceph image and chart",
|
|
"groupName": "Rook-Ceph",
|
|
"matchPackagePatterns": ["rook"],
|
|
"matchDatasources": ["docker", "helm"],
|
|
"group": { "commitMessageTopic": "{{{groupName}}} group" },
|
|
"separateMinorPatch": true
|
|
},
|
|
{
|
|
"description": "Thanos image and chart - mismatched versions",
|
|
"groupName": "Thanos",
|
|
"matchPackagePatterns": ["thanos"],
|
|
"matchDatasources": ["docker", "github-releases", "helm"],
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"group": { "commitMessageTopic": "{{{groupName}}} group" },
|
|
"separateMinorPatch": false
|
|
},
|
|
{
|
|
"description": "Vector image and chart - mismatched versions",
|
|
"groupName": "Vector",
|
|
"matchPackagePatterns": ["vector"],
|
|
"matchDatasources": ["docker", "github-releases", "helm"],
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"group": { "commitMessageTopic": "{{{groupName}}} group" },
|
|
"separateMinorPatch": false
|
|
}
|
|
]
|
|
}
|