From 17206205ab7f872d6a1339b3bd70c29217c6757c Mon Sep 17 00:00:00 2001 From: shartte Date: Fri, 5 Jul 2024 23:34:02 +0200 Subject: [PATCH] Try to get renovate to find IntelliJ PSI --- .github/renovate.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 0b519d1..cca9e55 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,5 +2,12 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "github>neoforged/actions:renovate_preset" - ] + ], + "packageRules": [ + { + "matchDatasources": ["maven"], + "matchPackagePatterns": ["^com\\.jetbrains\\.intellij"], + "registryUrls": ["https://www.jetbrains.com/intellij-repository/releases/"] + } + ], }