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"],