We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf2e86 commit 387a38aCopy full SHA for 387a38a
.github/renovate.json
@@ -4,10 +4,16 @@
4
"github>neoforged/actions:renovate_preset"
5
],
6
"packageRules": [
7
- {
8
- "matchDatasources": ["maven"],
9
- "matchPackagePatterns": ["^com\\.jetbrains\\.intellij"],
10
- "registryUrls": ["https://www.jetbrains.com/intellij-repository/releases/"]
11
- }
+ {
+ "matchDatasources": [
+ "maven"
+ ],
+ "registryUrls": [
12
+ "https://www.jetbrains.com/intellij-repository/releases/"
13
14
+ "matchPackageNames": [
15
+ "/^com\\.jetbrains\\.intellij/"
16
+ ]
17
+ }
18
]
19
}
0 commit comments