Skip to content

Commit

Permalink
Separate lint dependencies (#526)
Browse files Browse the repository at this point in the history
Co-authored-by: Misha Kaletsky <mmkal@users.noreply.github.com>
  • Loading branch information
mmkal and mmkal committed Dec 16, 2021
1 parent e0cb83d commit 0bea5d1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@
"sequelize",
"strip-ansi"
],
"excludePackagePatterns": [
"*eslint*"
],
"automerge": true
},
{
"depTypeList": [
"devDependencies"
],
"groupName": "lint",
"matchPackagePatterns": [
"eslint"
],
"automerge": true
}
]
Expand Down

0 comments on commit 0bea5d1

Please sign in to comment.