Wholphin/renovate.json
Ray ff37eff27d
Update rennovate settings (#1217)
## 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
2026-04-09 14:42:30 -04:00

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
}
]
}