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
a665a20726
commit
7e0b87ff34
6
.github/workflows/renovate-app-version.yml
vendored
6
.github/workflows/renovate-app-version.yml
vendored
@ -1,15 +1,13 @@
|
|||||||
name: Update app version in Renovate Branches
|
name: Update app version in Renovate Branches
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
push:
|
||||||
branches:
|
branches: [ 'renovate/*' ]
|
||||||
- 'renovate/*'
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
manual-trigger:
|
manual-trigger:
|
||||||
description: 'Manually trigger Renovate'
|
description: 'Manually trigger Renovate'
|
||||||
default: ''
|
default: ''
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-app-version:
|
update-app-version:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user