2024-04-11 19:29:41 -04:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
"extends": [
|
|
|
|
"config:recommended"
|
2024-04-11 20:01:36 -04:00
|
|
|
],
|
|
|
|
"dependencyDashboard": true,
|
|
|
|
"dependencyDashboardTitle": "Renovate Dashboard",
|
|
|
|
"labels": ["renovatebot"],
|
|
|
|
"docker-compose": {
|
|
|
|
"ignorePaths": ["scripts"]
|
|
|
|
},
|
|
|
|
"hostRules": [
|
|
|
|
{
|
|
|
|
"matchHost": "docker.io",
|
2024-04-17 16:51:52 -04:00
|
|
|
"concurrentRequestLimit": 3
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"packageRules": [
|
|
|
|
{
|
2024-05-03 20:18:46 -04:00
|
|
|
"updateTypes": ["digest"]
|
2024-05-02 22:26:49 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchPackageNames": ["nginx-proxy-manager"],
|
|
|
|
"customChangelogUrl": "https://github.com/NginxProxyManager/nginx-proxy-manager/releases"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchPackageNames": ["ghcr.io/open-webui/open-webui"],
|
|
|
|
"customChangelogUrl": "https://github.com/open-webui/open-webui/releases"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchPackageNames": ["ollama/ollama"],
|
|
|
|
"customChangelogUrl": "https://github.com/ollama/ollama/releases"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchPackageNames": ["fallenbagel/jellyseerr"],
|
|
|
|
"customChangelogUrl": "https://github.com/Fallenbagel/jellyseerr/releases"
|
2024-05-03 18:45:02 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchPackageNames": ["binhex/arch-qbittorrentvpn"],
|
2024-05-03 20:31:54 -04:00
|
|
|
"customChangelogUrl": "https://github.com/binhex/arch-qbittorrentvpn/releases"
|
2024-05-03 20:20:19 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchPackageNames": ["lscr.io/linuxserver/sonarr"],
|
|
|
|
"customChangelogUrl": "https://github.com/linuxserver/docker-sonarr/releases"
|
2024-05-03 20:31:54 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchPackageNames": ["lscr.io/linuxserver/jellyfin"],
|
|
|
|
"customChangelogUrl": "https://github.com/linuxserver/docker-jellyfin/releases"
|
2024-04-17 01:07:51 -04:00
|
|
|
}
|
2024-04-11 19:29:41 -04:00
|
|
|
]
|
2024-05-03 18:45:18 -04:00
|
|
|
}
|