Skip to content

Commit

Permalink
chore: fix renovate packagePatterns config (#2473)
Browse files Browse the repository at this point in the history
Fixes #2472
  • Loading branch information
MaximKudriavtsev committed Oct 22, 2019
1 parent 2c21e30 commit f205f9b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@
},
"packageRules": [
{
"packagePatterns": [ "^(?!@material-ui|react|@types|typescript).*" ],
"packagePatterns": [ "*" ],
"excludePackagePatterns": [
"^@material-ui",
"^@types",
"^react",
"typescript"
],
"groupName": "deps"
},
{
Expand Down

0 comments on commit f205f9b

Please sign in to comment.