group renovate jaegertracing

This commit is contained in:
Karol Wypchlo 2022-06-21 13:40:45 +02:00
parent 61f85a9109
commit cbc3d6560e
No known key found for this signature in database
GPG Key ID: B515DE9EEBE241E1
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
{
"extends": ["config:base", ":prHourlyLimitNone"],
"enabledManagers": ["docker-compose"]
"enabledManagers": ["docker-compose"],
"packageRules": [
{ "groupName": "jaegertracing", "matchPackagePatterns": ["jaegertracing"] }
]
}