diff --git a/README.md b/README.md index 8429247..b92b939 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Put a `updates.config.js` or `updates.config.mjs` in the root of your project, u ```js export default { exclude: [ - "versions", + "semver", ], }; ``` diff --git a/updates.config.js b/updates.config.js new file mode 100644 index 0000000..13222ac --- /dev/null +++ b/updates.config.js @@ -0,0 +1,5 @@ +export default { + exclude: [ + "semver", + ], +};