mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
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:
parent
6aa28e22da
commit
ff37eff27d
1 changed files with 9 additions and 1 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue