mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
## Description Ignore dependencies from `wholphin-extensions` & the Jellyfin SDK. These dependencies should be updated manually. ### Related issues N/A ### Testing N/A ## Screenshots N/A ## AI or LLM usage None
49 lines
997 B
JSON
49 lines
997 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:**"
|
|
],
|
|
"enabled": false
|
|
},
|
|
{
|
|
"groupName": "AGP",
|
|
"matchPackageNames": [
|
|
"com.android.application**"
|
|
]
|
|
},
|
|
{
|
|
"groupName": "Kotlin",
|
|
"matchPackageNames": [
|
|
"org.jetbrains.kotlin**"
|
|
]
|
|
},
|
|
{
|
|
"groupName": "Internal dependencies",
|
|
"matchPackageNames": [
|
|
"com.github.damontecres.wholphin**"
|
|
],
|
|
"enabled": false
|
|
}
|
|
]
|
|
}
|