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/" + ] + } ] }