diff options
author | Hugo Arregui <hugo.arregui@gmail.com> | 2019-09-29 11:41:52 -0300 |
---|---|---|
committer | Hugo Arregui <hugo.arregui@gmail.com> | 2019-09-29 11:41:52 -0300 |
commit | b544e852bf6bc440dea83901b35547e2b054fcd2 (patch) | |
tree | 82c929664af180246d1b53bb94660c8639617a57 /renovate.json | |
parent | Add renovate.json (diff) | |
download | rtwatch-b544e852bf6bc440dea83901b35547e2b054fcd2.tar.gz rtwatch-b544e852bf6bc440dea83901b35547e2b054fcd2.tar.bz2 rtwatch-b544e852bf6bc440dea83901b35547e2b054fcd2.zip |
update config
Diffstat (limited to 'renovate.json')
-rw-r--r-- | renovate.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/renovate.json b/renovate.json index f45d8f1..c7b53fb 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,9 @@ { "extends": [ "config:base" - ] + ], + "postUpdateOptions": [ + "gomodTidy" + ], + "commitBody": "Generated by renovateBot" } |