From 36870770b76dbe2f3f84e693ea6a533b3ca10b54 Mon Sep 17 00:00:00 2001 From: pooya parsa Date: Sun, 10 Feb 2019 14:12:44 +0330 Subject: [PATCH] chore: enable renovate --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..217d821 --- /dev/null +++ b/renovate.json @@ -0,0 +1,5 @@ +{ + "extends": [ + "@nuxtjs" + ] +}