diff --git a/README.md b/README.md index 618f512..752a038 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,8 @@ Put a `updates.config.js` or `updates.config.mjs` in the root of your project, u export default { exclude: [ "semver", - /^react/, + "@vitejs/*", + /^react(-dom)?$/, ], }; ```