Skip to content

Commit

Permalink
fix: regex on packagePatterns
Browse files Browse the repository at this point in the history
  • Loading branch information
harrisjt authored and harrisjt committed Apr 18, 2018
1 parent 8f7c15b commit a8b719c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"packageRules": [
{
"packagePatterns": ["eslint*", "prettier*"],
"packagePatterns": ["^eslint", "^prettier"],
"groupName": "linters"
}
]
Expand Down

0 comments on commit a8b719c

Please sign in to comment.