mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-13 09:26:57 +08:00
feat: 修改 renovate 规则配置
This commit is contained in:
parent
b533677555
commit
ea4c105d7d
3
.github/workflows/renovate-app-version.yml
vendored
3
.github/workflows/renovate-app-version.yml
vendored
@ -2,7 +2,8 @@ name: Update app version in Renovate Branches
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ 'renovate/*' ]
|
branches:
|
||||||
|
- 'renovate/*'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
manual-trigger:
|
manual-trigger:
|
||||||
|
3
.github/workflows/renovate.yml
vendored
3
.github/workflows/renovate.yml
vendored
@ -3,9 +3,6 @@ name: Renovate
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * *"
|
- cron: "0 0 * * *"
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- dev
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
manual-trigger:
|
manual-trigger:
|
||||||
|
@ -8,6 +8,26 @@
|
|||||||
{
|
{
|
||||||
"packageNames": ["docker-compose"],
|
"packageNames": ["docker-compose"],
|
||||||
"automerge": true
|
"automerge": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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.*/*.yml"],
|
||||||
|
"allowedVersions": "/^8.*/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"prCreation": "immediate"
|
"prCreation": "immediate"
|
||||||
|
Loading…
Reference in New Issue
Block a user