mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-20 02:24:45 +00:00
20 lines
324 B
JSON
20 lines
324 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"updateTypes": ["minor", "patch", "pin", "digest"],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"groupName": "akka",
|
|
"packagePatterns": "^com.typesafe.akka"
|
|
},
|
|
{
|
|
"groupName": "circe",
|
|
"packagePatterns": "^io.circe"
|
|
}
|
|
]
|
|
}
|