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