Bundle kamon packages in renovate.json

This commit is contained in:
Mazo 2021-03-22 15:01:32 +00:00 committed by GitHub
parent 1c16aa81bc
commit b43e21e528
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,10 @@
{ {
"groupName": "circe", "groupName": "circe",
"packagePatterns": "^io.circe" "packagePatterns": "^io.circe"
},
{
"groupName": "kamon",
"packagePatterns": "^io.kamon"
} }
] ]
} }