From 9ad1aa0933c8814352d29292c129f4305674d1f6 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Mon, 2 Dec 2024 12:01:23 -0600 Subject: [PATCH] Disable Dockerfile Node.js upgrades by Renovate --- renovate.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/renovate.json b/renovate.json index 604bcf1f3..84a098694 100644 --- a/renovate.json +++ b/renovate.json @@ -15,6 +15,15 @@ "labels": [ "backport 8.x" ] + }, + { + "matchPackageNames": [ + "node" + ], + "matchManagers": [ + "dockerfile" + ], + "enabled": false } ] }