Skip to content

Commit

Permalink
Merge branch 'main' into renovate/typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm authored Aug 29, 2023
2 parents 3ea3c46 + 1c1a4b3 commit ab5e022
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 ab5e022

Please sign in to comment.