Skip to content

Commit

Permalink
Deps: Renovate allowedPostUpgradeCommands fix (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm authored Aug 28, 2023
1 parent a0e246f commit 4c04558
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@
// so the `prPriority` option SHOULD be respected.
rebaseWhen: 'conflicted', // separate PRs updating the lockfile are likely to conflict each other

// Allow some post-upgrade commands that may be used below
allowedPostUpgradeCommands: [
'^npm ci --ignore-scripts$',
'^npm run lint:fix$',
],

packageRules: [
{
matchCategories: ['node'],
Expand Down

0 comments on commit 4c04558

Please sign in to comment.