mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
## Description Update dependencies ### Related issues Just updating some of the dependencies in #858 that don't require AGP 9 ### Testing Emulator ## Screenshots N/A ## AI or LLM usage None
41 lines
811 B
JSON
41 lines
811 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "Dependencies",
|
|
"matchDepTypes": ["dependencies"],
|
|
"separateMultipleMajor": true
|
|
},
|
|
{
|
|
"groupName": "Github Actions",
|
|
"matchManagers": ["github-actions"]
|
|
},
|
|
{
|
|
"groupName": "Androidx Media3",
|
|
"matchPackageNames": [
|
|
"androidx.media3:**"
|
|
]
|
|
},
|
|
{
|
|
"groupName": "Jellyfin SDK",
|
|
"matchPackageNames": [
|
|
"org.jellyfin.sdk:**"
|
|
]
|
|
},
|
|
{
|
|
"groupName": "AGP",
|
|
"matchPackageNames": [
|
|
"com.android.application**"
|
|
]
|
|
},
|
|
{
|
|
"groupName": "Kotlin",
|
|
"matchPackageNames": [
|
|
"org.jetbrains.kotlin**"
|
|
]
|
|
}
|
|
]
|
|
}
|