Merge pull request #551 from psforever/renovate-akka-grouping

Update renovate.json
This commit is contained in:
Mazo 2020-09-01 22:58:14 +01:00 committed by GitHub
commit c2593e25ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,11 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"packagePatterns": "^com.typesafe.akka",
"groupName": ["akka packages"]
}
]
}