From 1afae8052c82905c557126761e58d1695c1ec710 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 21 Mar 2026 22:28:34 -0500 Subject: [PATCH] ci: add pin to automerge --- renovate.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 0cc2c595b..5ae5321bf 100644 --- a/renovate.json +++ b/renovate.json @@ -31,7 +31,7 @@ "/(^|/)templates/.*\\.yaml$/" ], "matchStrings": [ - "# renovate: datasource=(?.*?) depName=(?.*?)\\s+tag: (?.*)" + "# renovate: datasource=(?[^\\s]+)\\s+depName=(?[^\\s]+)\\s+tag:\\s*[\"']?(?[^@\"'\\s\n]+)(?:@(?sha256:[a-f0-9]+))?[\"']?" ] }, { @@ -122,7 +122,8 @@ { "description": "Automerge image patches", "matchUpdateTypes": [ - "patch" + "patch", + "pinDigest" ], "matchDatasources": [ "docker" @@ -188,7 +189,8 @@ { "description": "Automerge appVersion and images, merged", "matchUpdateTypes": [ - "patch" + "patch", + "pinDigest" ], "matchManagers": [ "custom.regex",