From 6413a86e77213842b31f01ac2e336b2d63668f9e Mon Sep 17 00:00:00 2001 From: Ricardo Amaral Date: Mon, 27 Jul 2026 19:25:15 +0100 Subject: [PATCH] chore(deps): pin semantic-release changelog and git plugins --- .github/renovate.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index f5a27c32..1b1edc04 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -19,6 +19,16 @@ "matchPackageNames": ["conventional-changelog-conventionalcommits"], "allowedVersions": "<10" }, + { + "description": "Keep v6 until Node.js 24.15.0 is the minimum supported version.", + "matchPackageNames": ["@semantic-release/changelog"], + "allowedVersions": "<7" + }, + { + "description": "Keep v10 until Node.js 24.15.0 is the minimum supported version.", + "matchPackageNames": ["@semantic-release/git"], + "allowedVersions": "<11" + }, { "matchPackageNames": ["/eslint/"], "enabled": false