From 51b5c602723c93f999c6aecf226a5935fbdd90c8 Mon Sep 17 00:00:00 2001 From: Trevor Scheer Date: Fri, 29 Sep 2023 11:40:36 -0700 Subject: [PATCH] add missing comma to renovate config --- renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json5 b/renovate.json5 index 2c1a62562..9c06d2f1d 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -150,7 +150,7 @@ { "matchPackageNames": ["make-fetch-happen"], "allowedVersions": "11.x", - } + }, // make-fetch-happen@11 drops support for node 12 { "matchBaseBranches": ["version-0.x"],