Skip to content

Commit

Permalink
Renovate: Ignore 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]: #5818

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Nov 28, 2022
1 parent cf079aa commit 17178e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"extends": [
"config:base"
],
"ignoreDeps": [
"org.yaml:snakeyaml"
],
"ignorePaths": [
"**/src/funTest/assets/**",
"**/src/test/assets/**"
Expand Down

0 comments on commit 17178e2

Please sign in to comment.