diff --git a/renovate.json b/renovate.json index afe03d5413823c..aee0803e20bc63 100644 --- a/renovate.json +++ b/renovate.json @@ -58,6 +58,13 @@ "matchFileNames": ["test/bundling/fixtures/**/package.json"], "schedule": "* * 1 1,7 *" }, + { + "description": "Prevent major version updates of bundler/framework packages in bundling fixtures", + "matchFileNames": ["test/bundling/fixtures/**/package.json"], + "matchPackageNames": ["esbuild", "gatsby", "next", "rollup", "snowpack", "vite", "webpack"], + "matchUpdateTypes": ["major"], + "enabled": false + }, { "groupName": "examples", "matchFileNames": ["examples/**/package.json"],