Cleanup dependencies

This commit is contained in:
Alexander Brandes
2023-08-08 22:33:24 +02:00
parent dc04ec955a
commit d4c90283d6
5 changed files with 64 additions and 27 deletions

View File

@ -9,5 +9,11 @@
"dependencies"
],
"rebaseWhen": "conflicted",
"schedule": ["on the first day of the month"]
"schedule": ["on the first day of the month"],
"ignoreDeps": [
"com.google.code.gson:gson",
"com.google.guava:guava",
"org.yaml:snakeyaml",
"org.apache.logging.log4j:log4j-api",
]
}