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
This commit is contained in:
Ray 2026-04-09 14:42:30 -04:00 committed by GitHub
parent 6aa28e22da
commit ff37eff27d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,8 @@
"groupName": "Jellyfin SDK", "groupName": "Jellyfin SDK",
"matchPackageNames": [ "matchPackageNames": [
"org.jellyfin.sdk:**" "org.jellyfin.sdk:**"
] ],
"enabled": false
}, },
{ {
"groupName": "AGP", "groupName": "AGP",
@ -36,6 +37,13 @@
"matchPackageNames": [ "matchPackageNames": [
"org.jetbrains.kotlin**" "org.jetbrains.kotlin**"
] ]
},
{
"groupName": "Internal dependencies",
"matchPackageNames": [
"com.github.damontecres.wholphin**"
],
"enabled": false
} }
] ]
} }