aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Arregui <hugo.arregui@mykolab.com>2019-09-29 14:42:13 +0000
committerGitHub <noreply@github.com>2019-09-29 14:42:13 +0000
commita337662e03e798402dcd37be866c393e405361e4 (patch)
tree82c929664af180246d1b53bb94660c8639617a57
parentMore realistic path for demo video (diff)
parentupdate config (diff)
downloadrtwatch-a337662e03e798402dcd37be866c393e405361e4.tar.gz
rtwatch-a337662e03e798402dcd37be866c393e405361e4.tar.bz2
rtwatch-a337662e03e798402dcd37be866c393e405361e4.zip
Merge pull request #1 from pion/renovate/configure
Configure Renovate
-rw-r--r--renovate.json9
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"
+}