From 189326ad134eec329e747aad2da98edd42e9592c Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Tue, 25 Aug 2026 11:19:51 +0000 Subject: [PATCH] fix: update component-prefixed action tags Signed-off-by: Gregor Zeitlinger --- .github/renovate.json5 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 8df93bc0b..26ba86e33 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -11,6 +11,14 @@ ], labels: ["dependencies"], packageRules: [ + { + description: "Update component-prefixed shared-workflow action tags", + matchManagers: ["github-actions"], + matchPackageNames: ["grafana/shared-workflows"], + matchCurrentValue: "/^.+[-/]v?\\d+\\.\\d+(?:\\.\\d+)?$/", + overrideDatasource: "github-tags", + versioning: "regex:^(?.*)[-/]v?(?\\d+)\\.(?\\d+)(?:\\.(?\\d+))?$", + }, { matchFileNames: ["mise.toml"], matchDepNames: ["java"],