We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d400e commit f829999Copy full SHA for f829999
.github/renovate.json
@@ -5,8 +5,10 @@
5
],
6
"packageRules": [
7
{
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"
+ "groupName": "Messages and dependants",
+ "matchPackageNames": [
10
+ "/io.cucumber:(messages|gherkin|query|html-formatter|junit-xml-formatter|testng-xml-formatter|pretty-formatter|cucumber-json-formatter)/"
11
+ ]
12
}
13
]
14
0 commit comments