diff --git a/renovate.json b/renovate.json index c435a4dc..d8b180b3 100644 --- a/renovate.json +++ b/renovate.json @@ -64,6 +64,13 @@ "matchUpdateTypes": ["major"], "enabled": false }, + { + "description": "Temporarily block eslint v10. typescript-eslint, eslint-plugin-mdx, and eslint-plugin-react don't support v10 yet; revisit once plugin majors land.", + "matchManagers": ["npm"], + "matchPackageNames": ["eslint", "@eslint/js"], + "matchUpdateTypes": ["major"], + "enabled": false + }, { "matchManagers": ["npm"], "matchDepTypes": ["engines"],