mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
feat:添加禁用更新的应用列表
This commit is contained in:
parent
6107035913
commit
b30f5be23e
@ -4,10 +4,39 @@
|
||||
"gitIgnoredAuthors": [
|
||||
"githubaction@githubaction.com"
|
||||
],
|
||||
"rebaseWhen": "never",
|
||||
"packageRules": [
|
||||
{
|
||||
"packageNames": ["docker-compose"],
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"matchFileNames": ["apps/mysql/5.5.*/*.yml"],
|
||||
"allowedVersions": "/^5.5.*/"
|
||||
},
|
||||
{
|
||||
"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/php-unofficial/7.4.*/*.yml"],
|
||||
"allowedVersions": "/^7.4.*/"
|
||||
},
|
||||
{
|
||||
"matchFileNames": ["apps/php-unofficial/8.1.*/*.yml"],
|
||||
"allowedVersions": "/^8.1.*/"
|
||||
}
|
||||
],
|
||||
"prCreation": "immediate"
|
||||
|
Loading…
Reference in New Issue
Block a user