Skip to content

Commit bb04058

Browse files
committed
Renovate: Ignore 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]: #5818 Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 79651b5 commit bb04058

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

renovate.json

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"extends": [
44
"config:base"
55
],
6+
"ignoreDeps": [
7+
"org.yaml:snakeyaml"
8+
],
69
"ignorePaths": [
710
"**/src/funTest/assets/**",
811
"**/src/test/assets/**"

0 commit comments

Comments
 (0)