From 5fc98d0a3613d94f7a0d2d244cfc368bd086e35a Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 22 Apr 2026 11:15:42 +0100 Subject: [PATCH] Add stopUpdatingLabel to Renovate configuration (#33237) --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index e7e6378e4f..928cfd4ad0 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,6 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["github>matrix-org/renovate-config-element-web"], "postUpdateOptions": ["pnpmDedupe"], + "stopUpdatingLabel": "X-Blocked", "packageRules": [ { "description": "Group all testcontainers docker digests",