From 39134cbd9583187809951f9acfdd300e73f97767 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 26 Feb 2025 13:54:41 -0600 Subject: [PATCH] use deb version --- .github/renovate.json | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 685d96e..c74cc7d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -35,6 +35,16 @@ ], "automerge": false }, + { + "description": "Label charts", + "matchDatasources": [ + "helm" + ], + "addLabels": [ + "chart" + ], + "automerge": false + }, { "description": "Label images", "matchDatasources": [ @@ -46,14 +56,15 @@ "automerge": false }, { - "description": "Label charts", + "description": "CNPG image", "matchDatasources": [ - "helm" + "docker" ], "addLabels": [ - "chart" + "image" ], - "automerge": false + "automerge": false, + "versioning": "deb" } ] }