Skip to content

Commit

Permalink
Merge branch 'main' into renovate/jest
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm authored Aug 28, 2023
2 parents 3a0df87 + 4c04558 commit 021bc94
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 021bc94

Please sign in to comment.