Skip to content

Commit

Permalink
chore: fix renovate config to group typescript-eslint updates with es…
Browse files Browse the repository at this point in the history
…lint updates

Signed-off-by: Ute Weiss <[email protected]>
  • Loading branch information
weissu42 committed Nov 17, 2023
1 parent 389f61a commit ee64bb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"packageRules": [
{
"matchPackagePatterns": ["^eslint"],
"matchPackagePatterns": ["^eslint", "^@typescript-eslint\/"],
"automerge": true,
"automergeType": "branch",
"groupName": "ESLint packages",
Expand All @@ -23,7 +23,7 @@
},
{
"matchDepTypes": ["devDependencies"],
"excludePackagePrefixes": ["eslint", "@types"],
"excludePackagePrefixes": ["eslint", "@types/, @typescript-eslint/"],
"automerge": true,
"automergeType": "branch",
"groupName": "Dev dependencies",
Expand Down

0 comments on commit ee64bb1

Please sign in to comment.