Skip to content

Commit

Permalink
Renovate: Pin the SnakeYaml dependency
Browse files Browse the repository at this point in the history
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 <sschuberth@gmail.com>
  • Loading branch information
sschuberth committed Nov 28, 2022
1 parent f46a6d8 commit 063f282
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"packageRules": [
{
"matchPackageNames": [
"org.jetbrains.kotlin.jvm"
"org.jetbrains.kotlin.jvm",
"org.yaml:snakeyaml"
],
"rangeStrategy": "pin"
}
Expand Down

0 comments on commit 063f282

Please sign in to comment.