From f739a9917b4863fd55f0694205e7a064e986df20 Mon Sep 17 00:00:00 2001 From: "neoforged-renovate[bot]" <174042230+neoforged-renovate[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 14:24:52 +0000 Subject: [PATCH] Migrate config .github/renovate.json --- .github/renovate.json | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index e6bd671..063c921 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -4,10 +4,16 @@ "github>neoforged/actions:renovate_preset" ], "packageRules": [ - { - "matchDatasources": ["maven"], - "matchPackagePatterns": ["^com\\.jetbrains\\.intellij"], - "registryUrls": ["https://www.jetbrains.com/intellij-repository/releases/"] - } + { + "matchDatasources": [ + "maven" + ], + "registryUrls": [ + "https://www.jetbrains.com/intellij-repository/releases/" + ], + "matchPackageNames": [ + "/^com\\.jetbrains\\.intellij/" + ] + } ] }