Merge branch 'main' into renovate/ghcr.io-open-webui-open-webui
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Matt Reeves 2024-05-03 02:28:38 +00:00
commit d070457bed

20
.github/renovate.json vendored
View file

@ -19,6 +19,26 @@
{
"updateTypes": ["digest"],
"fetchChangeLogs": "pr"
},
{
"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": ["docker.mafyuh.xyz/renovate/renovate"],
"customChangelogUrl": "https://github.com/renovatebot/renovate/releases"
},
{
"matchPackageNames": ["fallenbagel/jellyseerr"],
"customChangelogUrl": "https://github.com/Fallenbagel/jellyseerr/releases"
}
]
}