Update renovate.json

This commit is contained in:
Mazo 2020-09-01 22:35:47 +01:00 committed by GitHub
parent bda55629a4
commit 060d0dad24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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