Skip to content

Commit f829999

Browse files
chore(config): migrate config .github/renovate.json
1 parent b0d400e commit f829999

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/renovate.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
],
66
"packageRules": [
77
{
8-
"matchPackagePatterns": ["io.cucumber:(messages|gherkin|query|html-formatter|junit-xml-formatter|testng-xml-formatter|pretty-formatter|cucumber-json-formatter)"],
9-
"groupName": "Messages and dependants"
8+
"groupName": "Messages and dependants",
9+
"matchPackageNames": [
10+
"/io.cucumber:(messages|gherkin|query|html-formatter|junit-xml-formatter|testng-xml-formatter|pretty-formatter|cucumber-json-formatter)/"
11+
]
1012
}
1113
]
1214
}

0 commit comments

Comments
 (0)