add example

This commit is contained in:
silverwind 2023-09-05 01:20:26 +02:00
parent 03d8049536
commit 6de49308c7
Signed by: silverwind
GPG Key ID: 2E62B41C93869443

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