Skip to content

Commit

Permalink
update renovate.json for grouping some modules
Browse files Browse the repository at this point in the history
  • Loading branch information
pddg committed Feb 23, 2024
1 parent a86f1af commit e62b2c4
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,17 @@
"prConcurrentLimit": 5,
"packageRules": [
{
"matchPackagePatterns": ["^latex-utensils$"],
"automerge": true,
"minor": {
"automerge": false
}
"groupName": "textlint",
"matchPackagePrefixes": ["textlint", "@textlint/"]
},
{
"groupName": "unified-latex",
"matchPackagePrefixes": ["@unified-latex/"]
},
{
"groupName": "eslint",
"extends": ["packages:eslint"],
"matchPackageNames": ["eslint-config-prettier"]
}
]
}

0 comments on commit e62b2c4

Please sign in to comment.