Skip to content

Commit

Permalink
Chore: Renovate npm strict engines.node constraint filtering (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm authored Aug 29, 2023
1 parent 4c04558 commit 1c1a4b3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,19 @@
packageRules: [
// Dependencies
{
// Group dependencies and their `@types/*` packages together
groupName: 'dependencies',
matchDepTypes: ['dependencies', 'devDependencies'],
},
{
matchDepTypes: ['dependencies'],
// Be strict about Node.js version compatability (from package's `engines.node`)
constraintsFiltering: 'strict',
rollbackPrs: true,
rollback: {
prPriority: 10,
},
},

// Dev dependencies
{
Expand Down

0 comments on commit 1c1a4b3

Please sign in to comment.