commit 4627213e47351c5d71168825d4c8dbfaaaa7a639 parent 4f15493100e85a377194cf4abc590bc17c906891 Author: renovate[bot] <renovate[bot]@users.noreply.github.com> Date: Sun, 25 Mar 2018 18:03:42 +0200 Configure Renovate (#111) * Add renovate.json * Update renovate.json Diffstat:
| A | renovate.json | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/renovate.json b/renovate.json @@ -0,0 +1,6 @@ +{ + "pinVersions": false, + "extends": [ + "config:base" + ] +}