appstore-1panel/renovate.json

110 lines
2.7 KiB
JSON
Raw Normal View History

2023-06-01 22:52:51 +08:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"gitIgnoredAuthors": [
"githubaction@githubaction.com"
],
"rebaseWhen": "never",
2023-06-01 22:52:51 +08:00
"packageRules": [
{
"packageNames": ["docker-compose"],
"automerge": true
2023-09-07 15:09:43 +08:00
},
{
"matchFileNames": ["apps/redis/7.*/*.yml"],
"allowedVersions": "/^7.*/"
},
{
"matchFileNames": ["apps/redis/6.*/*.yml"],
"allowedVersions": "/^6.*/"
},
{
"matchFileNames": ["apps/mysql/5.6.*/*.yml"],
"allowedVersions": "/^5.6.*/"
},
{
"matchFileNames": ["apps/mysql/5.7.*/*.yml"],
"allowedVersions": "/^5.7.*/"
},
{
"matchFileNames": ["apps/mysql/8.0.*/*.yml"],
2024-08-15 14:33:28 +08:00
"allowedVersions": "/^8.0.*/"
},
{
2024-08-15 14:33:28 +08:00
"matchFileNames": ["apps/mysql/8.4.*/*.yml"],
"allowedVersions": "/^8.4.*/"
},
{
"matchFileNames": ["apps/elasticsearch/7.*/*.yml"],
"allowedVersions": "/^7.*/"
},
{
"matchFileNames": ["apps/elasticsearch/8.*/*.yml"],
"allowedVersions": "/^8.*/"
2023-12-07 21:26:11 +08:00
},
{
"matchFileNames": ["apps/dataease/1.*/*.yml"],
"allowedVersions": "<=1.20"
2023-12-07 21:26:11 +08:00
},
{
"matchFileNames": ["apps/dataease/2.*/*.yml"],
"allowedVersions": ">=2.0"
2024-03-12 10:36:07 +08:00
},
{
"matchFileNames": ["apps/tomcat/8.*/*.yml"],
"allowedVersions": "/^8.*/"
},
{
"matchFileNames": ["apps/tomcat/9.*/*.yml"],
"allowedVersions": "/^9.*/"
},
{
"matchFileNames": ["apps/tomcat/10.*/*.yml"],
"allowedVersions": "/^10.*/"
2024-03-19 11:00:54 +08:00
},
2024-04-07 14:52:00 +08:00
{
"matchFileNames": ["apps/mongodb/6.*/*.yml"],
"allowedVersions": "/^6.*/"
},
2024-04-23 16:28:39 +08:00
{
"matchFileNames": ["apps/mongodb/7.*/*.yml"],
"allowedVersions": "/^7.*/"
},
{
"matchFileNames": ["apps/mariadb/10.*/*.yml"],
"allowedVersions": "/^10.*/"
},
{
"matchFileNames": ["apps/mariadb/11.*/*.yml"],
"allowedVersions": "/^11.*/"
},
2024-04-23 16:26:15 +08:00
{
"matchFileNames": ["apps/sonarqube/9.*/*.yml"],
"allowedVersions": "/^9.*/"
},
{
"matchFileNames": ["apps/sonarqube/10.*/*.yml"],
"allowedVersions": "/^10.*/"
},
2024-06-13 15:24:59 +08:00
{
"matchFileNames": ["apps/mssql/2017-*/*.yml"],
"allowedVersions": "/^2017-*/"
},
{
"matchFileNames": ["apps/mssql/2019-*/*.yml"],
"allowedVersions": "/^2019-*/"
},
{
"matchFileNames": ["apps/mssql/2022-*/*.yml"],
"allowedVersions": "/^2022-*/"
},
2024-03-19 11:00:54 +08:00
{
"matchDatasources": ["docker"],
"matchPackageNames": ["ghcr.io/umami-software/umami"],
"versionCompatibility": "^(?<compatibility>.*)-(?<version>.*)$",
"versioning": "semver"
2024-03-25 18:09:25 +08:00
}
2023-06-01 22:52:51 +08:00
],
"prCreation": "immediate"
}