From 8b7cf674cc341791b6861b13842ecf09a16e2e3a Mon Sep 17 00:00:00 2001 From: Tolyan Korniltsev Date: Wed, 19 Aug 2026 16:29:58 +0700 Subject: [PATCH] fix(ci): restore shared workflow updates Correct the invalid Renovate validator pin and allow future Grafana shared action updates. --- .github/workflows/renovate.yml | 2 +- renovate.json | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 947041d..6910269 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -27,4 +27,4 @@ jobs: persist-credentials: false - name: Validate Renovate Config - uses: grafana/shared-workflows/actions/validate-renovate-config@46f48da11e78ebdba7a8747ae456b11062fac83e # validate-renovate-config/v0.3.1 + uses: grafana/shared-workflows/actions/validate-renovate-config@b7474485d59e97b4ee81d5f94f442f072380bf79 # validate-renovate-config/v0.1.4 diff --git a/renovate.json b/renovate.json index 555679f..b8f336f 100644 --- a/renovate.json +++ b/renovate.json @@ -3,5 +3,13 @@ "extends": [ "github>grafana/grafana-renovate-config//presets/base", "security:only-security-updates" + ], + "packageRules": [ + { + "description": "Enable Grafana shared workflow updates", + "matchManagers": ["github-actions"], + "matchPackageNames": ["grafana/shared-workflows"], + "enabled": true + } ] }