Skip to content

Commit

Permalink
Merge branch 'master' into renovate/major-all
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeaudoincoveo authored Jan 29, 2024
2 parents 651f353 + fee7673 commit e3316e2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
"groupSlug": "react",
"rangeStrategy": "replace"
},
{
"matchPackagePatterns": ["^redux-*", "^@redux/*"],
"groupName": "Redux",
"groupSlug": "Redux",
"rangeStrategy": "replace"
},
{
"matchPackagePatterns": ["^@storybook/*"],
"groupName": "Storybook",
Expand Down Expand Up @@ -112,6 +118,17 @@
"rangeStrategy": "replace",
"allowedVersions": "5.1.x",
"description": "@angular/compiler-cli choke with TS > 5.1"
},
{
"matchFileNames": [
"packages/headless/package.json",
"packages/headless-react/package.json"
],
"matchPackagePatterns": ["^undici$"],
"groupSlug": "undici",
"rangeStrategy": "replace",
"allowedVersions": "6.x",
"description": "undici 6.x drops support for Node 16"
}
],
"rangeStrategy": "auto",
Expand Down

0 comments on commit e3316e2

Please sign in to comment.