PSF-BotServer/renovate.json

12 lines
162 B
JSON
Raw Normal View History

2020-09-01 17:54:22 +00:00
{
"extends": [
"config:base"
2020-09-01 21:35:47 +00:00
],
"packageRules": [
{
"packagePatterns": "^com.typesafe.akka",
"groupName": ["akka packages"]
}
2020-09-01 17:54:22 +00:00
]
}