diff options
author | Hugo Arregui <hugo.arregui@mykolab.com> | 2019-09-29 14:42:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-29 14:42:13 +0000 |
commit | a337662e03e798402dcd37be866c393e405361e4 (patch) | |
tree | 82c929664af180246d1b53bb94660c8639617a57 /renovate.json | |
parent | More realistic path for demo video (diff) | |
parent | update config (diff) | |
download | rtwatch-a337662e03e798402dcd37be866c393e405361e4.tar.gz rtwatch-a337662e03e798402dcd37be866c393e405361e4.tar.bz2 rtwatch-a337662e03e798402dcd37be866c393e405361e4.zip |
Merge pull request #1 from pion/renovate/configure
Configure Renovate
Diffstat (limited to 'renovate.json')
-rw-r--r-- | renovate.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..c7b53fb --- /dev/null +++ b/renovate.json @@ -0,0 +1,9 @@ +{ + "extends": [ + "config:base" + ], + "postUpdateOptions": [ + "gomodTidy" + ], + "commitBody": "Generated by renovateBot" +} |