From e91bd4a038eae417fbf2bc5dc62d597069a83054 Mon Sep 17 00:00:00 2001 From: John Karahalis Date: Thu, 31 May 2018 17:20:24 -0400 Subject: [PATCH] Disable Renovate We have decided to retire Distribution Viewer, so there's no reason for Renovate to upgrade packages right now. If we revive Distribution Viewer at some point in the future, we can re-enable it. More information about the decision to retire Distribution Viewer can be found here: https://bugzilla.mozilla.org/show_bug.cgi?id=1461371 --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index a313883..da7a889 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,5 @@ { + "enabled": false, "extends": [ "config:base" ],