Renovate: Add Circe group, auto merge minor verions

This commit is contained in:
Jakob Gillich 2020-09-02 03:41:11 +02:00 committed by GitHub
parent 768172d13a
commit 531097c4fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,8 +4,16 @@
], ],
"packageRules": [ "packageRules": [
{ {
"updateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"groupName": "akka"
"packagePatterns": "^com.typesafe.akka", "packagePatterns": "^com.typesafe.akka",
"groupName": ["akka packages"] },
{
"groupName": "circe",
"packagePatterns": "^io.circe"
} }
] ]
} }