mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-01-23 09:42:10 +00:00
Updated test-class matching rule of renovate (#293)
As seen in multiple PRs that renovate raised today, the @testing-library/ packages are not bundled in the 'packages:jsTest' pre-defined group. As they aren't relevant to be separated, this commit changes the config of renovate to treat them as one big PR in the future.
This commit is contained in:
parent
fe55ef7e13
commit
4be74f885a
1 changed files with 4 additions and 2 deletions
|
@ -29,8 +29,10 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"extends": "packages:jsTest",
|
||||
"groupName": "JS test packages"
|
||||
"groupName": "JS test packages",
|
||||
"packagePatterns": [
|
||||
"^@testing-library/"
|
||||
]
|
||||
}
|
||||
],
|
||||
"prHourlyLimit": 0,
|
||||
|
|
Loading…
Reference in a new issue