Skip to content

Commit 387a38a

Browse files
Migrate config .github/renovate.json (#42)
[skip ci]
1 parent adf2e86 commit 387a38a

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.github/renovate.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@
44
"github>neoforged/actions:renovate_preset"
55
],
66
"packageRules": [
7-
{
8-
"matchDatasources": ["maven"],
9-
"matchPackagePatterns": ["^com\\.jetbrains\\.intellij"],
10-
"registryUrls": ["https://www.jetbrains.com/intellij-repository/releases/"]
11-
}
7+
{
8+
"matchDatasources": [
9+
"maven"
10+
],
11+
"registryUrls": [
12+
"https://www.jetbrains.com/intellij-repository/releases/"
13+
],
14+
"matchPackageNames": [
15+
"/^com\\.jetbrains\\.intellij/"
16+
]
17+
}
1218
]
1319
}

0 commit comments

Comments
 (0)