mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 22:46:27 +00:00
docs: fix config exports typo (#8444)
This commit is contained in:
parent
34350e9252
commit
9bfb546274
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ Let's look at an example of configuring packages with existing Angular migration
|
||||||
Add two properties to `config.js`: `allowPostUpgradeCommandTemplating` and `allowedPostUpgradeCommands`
|
Add two properties to `config.js`: `allowPostUpgradeCommandTemplating` and `allowedPostUpgradeCommands`
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
module.export = {
|
module.exports = {
|
||||||
allowPostUpgradeCommandTemplating: true,
|
allowPostUpgradeCommandTemplating: true,
|
||||||
allowedPostUpgradeCommands: ['^npm ci --ignore-scripts$', '^npx ng update'],
|
allowedPostUpgradeCommands: ['^npm ci --ignore-scripts$', '^npx ng update'],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue