feat(tools): configure renovate bot (#41583)

This commit is contained in:
renovate[bot]
2021-03-26 12:52:12 +05:30
committed by GitHub
parent e5b4ae17a0
commit 4213b71577

12
renovate.json Normal file
View File

@ -0,0 +1,12 @@
{
"extends": ["config:base"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
],
"ignorePaths": [
"api-server"
]
}