PSF-BotServer/renovate.json
2020-09-01 22:35:47 +01:00

12 lines
162 B
JSON

{
"extends": [
"config:base"
],
"packageRules": [
{
"packagePatterns": "^com.typesafe.akka",
"groupName": ["akka packages"]
}
]
}