Merge pull request #726 from psforever/renovate-bundle-kamon

Bundle kamon packages in renovate.json
This commit is contained in:
Mazo 2021-03-22 23:53:06 +00:00 committed by GitHub
commit e3de497be3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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