From 9c62b02f02e12da24c4b4599dc0c619a67b97f80 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 10 Nov 2025 23:27:57 -0600 Subject: [PATCH] fix auto merge rule --- renovate.json | 28 +++++++--------------------- 1 file changed, 7 insertions(+), 21 deletions(-) diff --git a/renovate.json b/renovate.json index 93b826e..7fecbec 100644 --- a/renovate.json +++ b/renovate.json @@ -24,21 +24,6 @@ } ] }, - { - "description": "Automerge chart digest", - "matchUpdateTypes": ["digest"], - "matchDatasources": ["helm"], - "addLabels": ["chart", "automerge"], - "automerge": true, - "minimumReleaseAge": "1 days", - "bumpVersions": [ - { - "filePatterns": ["{{packageFileDir}}/Chart.{yaml,yml}"], - "matchStrings": ["version:\\s(?[^\\s]+)"], - "bumpType": "patch" - } - ] - }, { "description": "Label images", "matchDatasources": ["docker"], @@ -53,17 +38,18 @@ ] }, { - "description": "CNPG image", - "matchDepNames": ["ghcr.io/cloudnative-pg/postgresql"], + "description": "Automerge generic-device-plugin image on digest", "matchDatasources": ["docker"], - "addLabels": ["image"], - "matchUpdateTypes": ["major", "minor"], - "automerge": false, + "matchDepNames": ["ghcr.io/squat/generic-device-plugin"], + "matchUpdateTypes": ["digest"], + "addLabels": ["image", "automerge"], + "automerge": true, + "minimumReleaseAge": "1 days", "bumpVersions": [ { "filePatterns": ["{{packageFileDir}}/Chart.{yaml,yml}"], "matchStrings": ["version:\\s(?[^\\s]+)"], - "bumpType": "{{#if isPatch}}patch{{else}}minor{{/if}}" + "bumpType": "patch" } ] }