From bce534760c5c1aab07faaa66b949c9681185794f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 10:25:14 +0000 Subject: [PATCH 1/2] Migrate config .github/renovate.json --- .github/renovate.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index cc9ef714..312562c9 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -8,11 +8,18 @@ }, { "groupName": "orama ecosystem", - "matchPackagePatterns": ["^@orama/"] + "matchPackageNames": [ + "/^@orama//" + ] }, { "groupName": "react-markdown ecosystem", - "matchPackagePatterns": ["^hast-", "^react-markdown", "^rehype-", "^remark-"] + "matchPackageNames": [ + "/^hast-/", + "/^react-markdown/", + "/^rehype-/", + "/^remark-/" + ] } ] } From 67e84d5000596cfe413c7710cd3bb74270963a4d Mon Sep 17 00:00:00 2001 From: "M.P. Korstanje" Date: Wed, 29 Jul 2026 12:27:41 +0200 Subject: [PATCH 2/2] Format renovate.json --- .github/renovate.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 312562c9..fb59b8a3 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -8,18 +8,11 @@ }, { "groupName": "orama ecosystem", - "matchPackageNames": [ - "/^@orama//" - ] + "matchPackageNames": ["/^@orama//"] }, { "groupName": "react-markdown ecosystem", - "matchPackageNames": [ - "/^hast-/", - "/^react-markdown/", - "/^rehype-/", - "/^remark-/" - ] + "matchPackageNames": ["/^hast-/", "/^react-markdown/", "/^rehype-/", "/^remark-/"] } ] }