aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Arregui <hugo.arregui@gmail.com>2019-09-29 11:41:52 -0300
committerHugo Arregui <hugo.arregui@gmail.com>2019-09-29 11:41:52 -0300
commitb544e852bf6bc440dea83901b35547e2b054fcd2 (patch)
tree82c929664af180246d1b53bb94660c8639617a57
parentAdd renovate.json (diff)
downloadrtwatch-b544e852bf6bc440dea83901b35547e2b054fcd2.tar.gz
rtwatch-b544e852bf6bc440dea83901b35547e2b054fcd2.tar.bz2
rtwatch-b544e852bf6bc440dea83901b35547e2b054fcd2.zip
update config
-rw-r--r--renovate.json6
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"
}