Skip to content

Commit 26370de

Browse files
Merge pull request #345 from NordicSemiconductor/handle_prettier_separate_by_renovate
Handle prettier separate by renovate
2 parents 756e81a + 535f10e commit 26370de

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.renovaterc.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
{
2-
"extends": ["config:base", "group:allNonMajor"]
2+
"extends": ["config:base", "group:allNonMajor"],
3+
"packageRules": [
4+
{
5+
"groupName": "Prettier",
6+
"matchPackageNames": ["prettier"],
7+
"matchUpdateTypes": ["minor", "patch"]
8+
}
9+
]
310
}

0 commit comments

Comments
 (0)