chore(deps): add renovate.json

This commit is contained in:
renovate[bot]
2022-01-09 02:58:31 +00:00
committed by GitHub
parent eb369dcdc8
commit 7535d67661

15
renovate.json Normal file
View File

@ -0,0 +1,15 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"matchPackagePatterns": ["ktor"],
"groupName": "ktor"
}
]
}