Skip to content

Commit

Permalink
internal: Adjust renovate (#2109)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Jul 26, 2022
1 parent e82a704 commit 3e7cc99
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,17 @@
"rangeStrategy": "replace"
},
{
"matchPackageNames": ["webpack", "@anansi/webpack-config"],
"matchPackagePrefixes": ["@linaria", "webpack-"],
"matchSourceUrlPrefixes": ["https://github.com/webpack", "https://github.com/callstack/linaria"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"extends": ["monorepo:react"],
"matchPackageNames": ["@types/react", "@types/react-dom"],
"groupName": "react"
},
{
"matchPackageNames": ["@anansi/webpack-config"],
"matchPackagePrefixes": ["@linaria", "webpack"],
"matchSourceUrlPrefixes": [
"https://github.com/webpack",
"https://github.com/callstack/linaria"
],
"groupName": "webpack packages"
},
{
Expand All @@ -28,7 +35,6 @@
"core-js",
"core-js-compat"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "babel packages"
},
{
Expand Down

0 comments on commit 3e7cc99

Please sign in to comment.