[skip ci] Configure Renovate (#7105)

* Add renovate.json

* Update renovate.json

* Update renovate.json

* Update renovate.json

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: arkon <arkon@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-05-11 17:59:47 -04:00 committed by GitHub
parent cd8392bae2
commit 598e4516b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
renovate.json Normal file
View File

@ -0,0 +1,12 @@
{
"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"
]
}