Skip to content

Commit

Permalink
chore: fix renovate config , seems like you don't need to escape slashes
Browse files Browse the repository at this point in the history
Signed-off-by: Ute Weiss <[email protected]>
  • Loading branch information
weissu42 committed Nov 17, 2023
1 parent ee64bb1 commit 3d2b59e
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,14 +8,14 @@
},
"packageRules": [
{
"matchPackagePatterns": ["^eslint", "^@typescript-eslint\/"],
"matchPackagePatterns": ["^eslint", "^@typescript-eslint/"],
"automerge": true,
"automergeType": "branch",
"groupName": "ESLint packages",
"matchUpdateTypes": ["minor", "patch", "pin", "digest"]
},
{
"matchPackagePatterns": ["^@types\/"],
"matchPackagePatterns": ["^@types/"],
"automerge": true,
"automergeType": "branch",
"groupName": "Types",
Expand Down

0 comments on commit 3d2b59e

Please sign in to comment.