Delete .github/renovate.json
This commit is contained in:
parent
07b48605e6
commit
bf3731772f
1 changed files with 0 additions and 51 deletions
51
.github/renovate.json
vendored
51
.github/renovate.json
vendored
|
@ -1,51 +0,0 @@
|
||||||
{
|
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
||||||
"extends": [
|
|
||||||
"config:base"
|
|
||||||
],
|
|
||||||
"dependencyDashboard": true,
|
|
||||||
"dependencyDashboardTitle": "Renovate Dashboard",
|
|
||||||
"labels": ["renovatebot"],
|
|
||||||
"docker-compose": {
|
|
||||||
"ignorePaths": ["scripts"]
|
|
||||||
},
|
|
||||||
"hostRules": [
|
|
||||||
{
|
|
||||||
"matchHost": "docker.io",
|
|
||||||
"concurrentRequestLimit": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"packageRules": [
|
|
||||||
{
|
|
||||||
"updateTypes": ["digest"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"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": ["docker.mafyuh.xyz/ollama/ollama"],
|
|
||||||
"customChangelogUrl": "https://github.com/ollama/ollama/releases"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchPackageNames": ["fallenbagel/jellyseerr"],
|
|
||||||
"customChangelogUrl": "https://github.com/Fallenbagel/jellyseerr/releases"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchPackageNames": ["binhex/arch-qbittorrentvpn"],
|
|
||||||
"customChangelogUrl": "https://github.com/binhex/arch-qbittorrentvpn/releases"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchPackageNames": ["docker.mafyuh.xyz/linuxserver/sonarr"],
|
|
||||||
"customChangelogUrl": "https://github.com/linuxserver/docker-sonarr/releases"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchPackageNames": ["docker.mafyuh.xyz/linuxserver/jellyfin"],
|
|
||||||
"customChangelogUrl": "https://github.com/linuxserver/docker-jellyfin"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Reference in a new issue