mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44:45 +00:00
24 lines
402 B
JSON
24 lines
402 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"updateTypes": ["minor", "patch", "pin", "digest"],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"groupName": "akka",
|
|
"packagePatterns": "^com.typesafe.akka"
|
|
},
|
|
{
|
|
"groupName": "circe",
|
|
"packagePatterns": "^io.circe"
|
|
},
|
|
{
|
|
"groupName": "kamon",
|
|
"packagePatterns": "^io.kamon"
|
|
}
|
|
]
|
|
}
|