From fe26f1397ae572605e1050c5355ddea75b084a48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergej=20Ko=C5=A1=C4=8Dejev?= Date: Fri, 7 Aug 2026 15:28:24 +0200 Subject: [PATCH] ci(renovate): disable mps-jbr updates The JBR is now synced to MPS, no need to update separately --- .github/renovate.json5 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index d77ca38b78..6d1f6d7c3a 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -43,9 +43,8 @@ }, { - // Disable JBR updates on maintenance branches - "matchPackageNames": ["com.jetbrains.jdk:*"], - "matchBaseBranches": ["!master"], + // Disable JBR updates, they are synced with MPS (release and prerelease) + "matchPackageNames": ["com.jetbrains.mps:mps-jbr"], "enabled": false },