chore(renovate): configure Renovate (#162)

This commit is contained in:
Shunsuke Suzuki 2021-04-07 17:53:58 +09:00 committed by GitHub
parent c50524b321
commit d1529ddc48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
renovate.json5 Normal file
View file

@ -0,0 +1,19 @@
{
"extends": ["config:base"],
"packageRules": [
{
"matchManagers": ["gomod"],
"postUpdateOptions": ["gomodTidy"],
},
{
"matchManagers": ["gomod"],
"matchUpdateTypes": ["minor", "patch", "pin"],
"automerge": true,
},
{
"matchManagers": ["gomod"],
"matchUpdateTypes": ["digest"],
"enabled": false,
}
]
}