Minor cleanup

This commit is contained in:
arkon
2022-05-11 22:17:12 -04:00
parent 37199a10bf
commit c7707dc50e
5 changed files with 14 additions and 15 deletions

13
.github/renovate.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"extends": [
"config:base"
],
"schedule": ["every sunday"],
"ignoreDeps": [
"androidx.core:core-splashscreen",
"androidx.work:work-runtime-ktx",
"info.android15.nucleus:nucleus-support-v7",
"info.android15.nucleus:nucleus",
"com.google.guava:guava"
]
}