From 1843a8596ed61bff6cc862d833c454b77edaa707 Mon Sep 17 00:00:00 2001 From: Andrei Vorobev Date: Thu, 4 Jun 2026 10:16:03 +0300 Subject: [PATCH 1/4] Renovate: replace strategy to respect semver for patches --- .github/renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 947a7e28d77a..6399329934e4 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -14,6 +14,13 @@ }, "rebaseWhen": "conflicted", "packageRules": [ + { + "matchPackageNames": [ + "postcss", + "@angular/platform-server" + ], + "rangeStrategy": "replace" + }, { "matchPackageNames": [ "openai", From 1a96f752f779d8fcf9962d2d55e2cf52aa6ec5b1 Mon Sep 17 00:00:00 2001 From: Andrey Vorobev Date: Thu, 4 Jun 2026 10:24:38 +0300 Subject: [PATCH 2/4] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Andrey Vorobev --- .github/renovate.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 6399329934e4..3597845e41f0 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -16,11 +16,19 @@ "packageRules": [ { "matchPackageNames": [ - "postcss", - "@angular/platform-server" + "postcss" ], "rangeStrategy": "replace" }, + { + "matchPackageNames": [ + "@angular/platform-server" + ], + "matchFileNames": [ + "apps/demos/package.json" + ], + "rangeStrategy": "replace" + } { "matchPackageNames": [ "openai", From 5532ecf80e5f26468dcfcb0724c830bc9b11483a Mon Sep 17 00:00:00 2001 From: Andrei Vorobev Date: Thu, 4 Jun 2026 10:42:30 +0300 Subject: [PATCH 3/4] Renovate: fix copilot typo --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 3597845e41f0..77f59d9e57d4 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -28,7 +28,7 @@ "apps/demos/package.json" ], "rangeStrategy": "replace" - } + }, { "matchPackageNames": [ "openai", From 39791d921c38ab515b55692811eae3e3f04895f8 Mon Sep 17 00:00:00 2001 From: Andrei Vorobev Date: Mon, 8 Jun 2026 14:10:47 +0300 Subject: [PATCH 4/4] Renovate: bump rangeStrategy for platform-server and postcss[C --- .github/renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 77f59d9e57d4..1a37e30197e2 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -18,7 +18,7 @@ "matchPackageNames": [ "postcss" ], - "rangeStrategy": "replace" + "rangeStrategy": "bump" }, { "matchPackageNames": [ @@ -27,7 +27,7 @@ "matchFileNames": [ "apps/demos/package.json" ], - "rangeStrategy": "replace" + "rangeStrategy": "bump" }, { "matchPackageNames": [