Skip to content

Commit 063f282

Browse files
committed
Renovate: Pin the SnakeYaml dependency
Stick to version 1.31, which is the latest version that does not limit the file size to 3 MiB, also see the discussion at [1]. [1]: oss-review-toolkit/ort#5818 Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent f46a6d8 commit 063f282

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"packageRules": [
77
{
88
"matchPackageNames": [
9-
"org.jetbrains.kotlin.jvm"
9+
"org.jetbrains.kotlin.jvm",
10+
"org.yaml:snakeyaml"
1011
],
1112
"rangeStrategy": "pin"
1213
}

0 commit comments

Comments
 (0)