feat: 修改 renovate 规则配置
This commit is contained in:
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:
|
||||
pull_request:
|
||||
branches: [ 'renovate/*' ]
|
||||
branches:
|
||||
- 'renovate/*'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
manual-trigger:
|
||||
|
||||
3
.github/workflows/renovate.yml
vendored
3
.github/workflows/renovate.yml
vendored
@@ -3,9 +3,6 @@ name: Renovate
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
manual-trigger:
|
||||
|
||||
Reference in New Issue
Block a user