From f9ef921535a80ebd9790034ee0a4cd6b822ed1ae Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Fri, 4 Oct 2019 21:21:18 +0000 Subject: [PATCH] Only manage node packages with renovate Issues like #1492 seem to keep croppping up. This might be a bug in renovate, but is probably just buggy `go mod`. Let's let the versions sit still for a while -- the go client doesn't have a whole lot of dependencies anyway. --- package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index 4df9ff75fa2..31a7ebbacc4 100644 --- a/package.json +++ b/package.json @@ -193,11 +193,7 @@ "prHourlyLimit": 5, "prConcurrentLimit": 10, "rangeStrategy": "update-lockfile", - "gomod": { - "ignoreDeps": [ - "golang.org/x/tools" - ] - } + "enabeledManagers": ["node"] }, "eslintIgnore": [ "**/node_modules/**",