mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 03:07:25 +01:00
598e4516b3
* 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>
13 lines
259 B
JSON
13 lines
259 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|