Skip to content

Commit db73793

Browse files
committed
Use current renovate matchPackageNames syntax
1 parent 7e1d25e commit db73793

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/renovate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"packageRules": [
88
{
99
"description": "The Analysis API engine pin is managed manually: it lives in the JetBrains intellij-dependencies repository, uses IDE-aligned version schemes, and must move in lockstep with the `kotlin` toolchain version.",
10-
"matchPackagePatterns": [
11-
"^org\\.jetbrains\\.kotlin:kotlin-compiler$",
12-
"-for-ide$",
13-
"^com\\.intellij\\.platform:"
10+
"matchPackageNames": [
11+
"org.jetbrains.kotlin:kotlin-compiler",
12+
"*-for-ide",
13+
"com.intellij.platform:*"
1414
],
1515
"enabled": false
1616
}

0 commit comments

Comments
 (0)