This repository has been archived on 2024-07-30. You can view files and clone it, but cannot push or open issues or pull requests.
Auto-Homelab/.github/renovate.json

43 lines
1.2 KiB
JSON
Raw Normal View History

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"],
"customChangelogUrl": "https://github.com/binhex/arch-qbittorrentvpn/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
}