This commit is contained in:
silverwind 2023-08-26 01:26:06 +02:00
parent 714b6acfcd
commit 259417c2da
Signed by: silverwind
GPG Key ID: 2E62B41C93869443

@ -28,7 +28,7 @@ See `--help`. Options that take multiple arguments can take them either via comm
## Config File
Put a `updates.config.js` or `updates.config.mjs` in the root of your project, usually besides `package.json` to configure certain options of the module. CLI arguments have precedence over options in the config file.
Put a `updates.config.js` or `updates.config.mjs` in the root of your project, usually besides `package.json` to configure certain options of the module. CLI arguments have precedence over options in the config file, except for `include` and `exclude` options which are merged.
```js
export default {