📦 build(renovate): add PingCAP package grouping
- add new grouping configuration for PingCAP packages - group all PingCAP packages under single "PingCAP" group name
This commit is contained in:
parent
1170a5d6fb
commit
57d7a15f66
|
|
@ -149,6 +149,10 @@
|
||||||
"matchCurrentVersion": "/^\\d{6}$/",
|
"matchCurrentVersion": "/^\\d{6}$/",
|
||||||
"allowedVersions": "/^\\d{6}$/"
|
"allowedVersions": "/^\\d{6}$/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"matchPackageNames": ["pingcap/**"],
|
||||||
|
"groupName": "PingCAP"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchPackageNames": ["prom/prometheus"],
|
"matchPackageNames": ["prom/prometheus"],
|
||||||
"matchCurrentVersion": "v2.21.0",
|
"matchCurrentVersion": "v2.21.0",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue