Skip to content

Commit 7e15a94

Browse files
authored
Pin Kotlin dependency to prevent automatic Renovate updates (#81)
1 parent 0adec1e commit 7e15a94

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

renovate.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:recommended", "helpers:pinGitHubActionDigests"]
3+
"extends": ["config:recommended", "helpers:pinGitHubActionDigests"],
4+
"packageRules": [
5+
{
6+
"matchPackageNames": ["org.jetbrains.kotlin.**"],
7+
"enabled": false
8+
}
9+
]
410
}

0 commit comments

Comments
 (0)