mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-22 16:00:58 +00:00
Tune Renovate for the appstore scale by allowing more hourly PR creation, open PRs, and concurrent branches while keeping dashboard approvals for selected high-risk apps.
396 lines
8.3 KiB
JSON
396 lines
8.3 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"gitIgnoredAuthors": [
|
|
"githubaction@githubaction.com"
|
|
],
|
|
"rebaseWhen": "never",
|
|
"prHourlyLimit": 30,
|
|
"prConcurrentLimit": 80,
|
|
"branchConcurrentLimit": 120,
|
|
"ignorePaths": [
|
|
"apps/mysql-cluster/**",
|
|
"apps/redis-cluster/**",
|
|
"apps/postgresql-cluster/**",
|
|
"**/Dockerfile"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": [
|
|
"docker-compose"
|
|
],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/php-unofficial/7.4.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^7.4.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/php-unofficial/8.1.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^8.1.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/mysql/5.6.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^5.6.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/mysql/5.7.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^5.7.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/mysql/8.0.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^8.0.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/mysql/8.4.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^8.4.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/redis/6.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^6.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/redis/7.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^7.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/redis/8.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^8.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/mariadb/10.6.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^10.6.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/mariadb/10.11.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^10.11.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/mariadb/11.4.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^11.4.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/mariadb/11.8.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^11.8.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/postgresql/12.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^12.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/postgresql/13.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^13.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/postgresql/14.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^14.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/postgresql/15.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^15.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/postgresql/16.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^16.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/postgresql/17.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^17.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/postgresql/18.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^18.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/maxkb/1.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^1.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/maxkb/2.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^2.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/elasticsearch/7.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^7.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/elasticsearch/8.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^8.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/tomcat/8.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^8.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/tomcat/9.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^9.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/tomcat/10.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^10.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/mongodb/6.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^6.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/mongodb/7.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^7.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/mongodb/8.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^8.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/sonarqube/9.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^9.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/sonarqube/10.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^10.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/mssql/2017-*/*.yml"
|
|
],
|
|
"allowedVersions": "/^2017-*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/mssql/2019-*/*.yml"
|
|
],
|
|
"allowedVersions": "/^2019-*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/mssql/2022-*/*.yml"
|
|
],
|
|
"allowedVersions": "/^2022-*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/mssql/2025-*/*.yml"
|
|
],
|
|
"allowedVersions": "/^2025-*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/zitadel/2.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^2.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/zitadel/3.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^3.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/odoo/18.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^18.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/odoo/19.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^19.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/onedev/12.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^12.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/onedev/13.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^13.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/uptime-kuma/1.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^1.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/uptime-kuma/2.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^2.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/umami/2.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^2.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/umami/3.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^3.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/n8n/2.2.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^2.2.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/n8n/2.3.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^2.3.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/n8n/2.4.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^2.4.*/"
|
|
},
|
|
{
|
|
"matchFileNames": [
|
|
"apps/n8n/2.5.*/*.yml"
|
|
],
|
|
"allowedVersions": "/^2.5.*/"
|
|
},
|
|
{
|
|
"description": "Keep Zabbix Server 6.4 historical tracks on 6.4 Alpine images",
|
|
"matchFileNames": [
|
|
"apps/zabbix-server/6.4.*/*.yml"
|
|
],
|
|
"matchPackageNames": [
|
|
"zabbix/zabbix-server-mysql",
|
|
"zabbix/zabbix-web-nginx-mysql",
|
|
"zabbix/zabbix-java-gateway",
|
|
"zabbix/zabbix-snmptraps",
|
|
"zabbix/zabbix-server-pgsql",
|
|
"zabbix/zabbix-web-nginx-pgsql"
|
|
],
|
|
"allowedVersions": "/^alpine-6\\.4\\..*/"
|
|
},
|
|
{
|
|
"description": "Keep Zabbix Server 7.4 tracks on 7.4 Alpine images",
|
|
"matchFileNames": [
|
|
"apps/zabbix-server/7.4.*/*.yml"
|
|
],
|
|
"matchPackageNames": [
|
|
"zabbix/zabbix-server-mysql",
|
|
"zabbix/zabbix-web-nginx-mysql",
|
|
"zabbix/zabbix-java-gateway",
|
|
"zabbix/zabbix-snmptraps",
|
|
"zabbix/zabbix-server-pgsql",
|
|
"zabbix/zabbix-web-nginx-pgsql"
|
|
],
|
|
"allowedVersions": "/^alpine-7\\.4\\..*/"
|
|
},
|
|
{
|
|
"description": "Keep bundled Zabbix MySQL on the 8.0 line",
|
|
"matchFileNames": [
|
|
"apps/zabbix-server/*&mysql/*.yml"
|
|
],
|
|
"matchPackageNames": [
|
|
"mysql"
|
|
],
|
|
"allowedVersions": "/^8\\.0\\..*/"
|
|
},
|
|
{
|
|
"description": "Require dashboard approval for multi-service multi-image compose apps",
|
|
"matchFileNames": [
|
|
"apps/safeline/**/docker-compose.yml",
|
|
"apps/aurora/**/docker-compose.yml",
|
|
"apps/immich/**/docker-compose.yml",
|
|
"apps/udyk-ce/**/docker-compose.yml",
|
|
"apps/zabbix-server/**/docker-compose.yml",
|
|
"apps/next-terminal/**/docker-compose.yml",
|
|
"apps/uuwaf/**/docker-compose.yml"
|
|
],
|
|
"dependencyDashboardApproval": true
|
|
},
|
|
{
|
|
"description": "Disable Renovate updates for reader 2.7.x",
|
|
"matchFileNames": [
|
|
"apps/reader/2.7.*/*.yml"
|
|
],
|
|
"enabled": false
|
|
},
|
|
{
|
|
"description": "Disable Renovate updates for alist 3.44.0",
|
|
"matchFileNames": [
|
|
"apps/alist/3.44.0/*.yml"
|
|
],
|
|
"enabled": false
|
|
}
|
|
],
|
|
"prCreation": "immediate"
|
|
}
|