1
0
Fork 0

📦 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:
pooneyy 2025-11-10 16:21:20 +08:00
parent 1170a5d6fb
commit 57d7a15f66
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -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",