From bee4f678a950e02566f8903b9ac0ddd923dbda16 Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Wed, 6 May 2026 09:04:53 +0200 Subject: [PATCH] renovate: disable individual PRs for breaking changes --- .github/renovate.json5 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index cc1aab034..8ab01f719 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -12,6 +12,12 @@ "extends": ["schedule:monthly"] }, "packageRules": [ + // Disable individual PRs for breaking changes + { + "matchCategories": ["rust", "js"], + "matchJsonata": ["isBreaking == true"], + "enabled": false + }, { "matchManagers": ["github-actions"], "extends": ["schedule:monthly"]