This commit is contained in:
parent
59f70e50c0
commit
03b6db7665
1 changed files with 9 additions and 6 deletions
|
@ -1,12 +1,15 @@
|
|||
on:
|
||||
schedule:
|
||||
- cron: '*/30 * * * *'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
dryRun:
|
||||
description: Dry Run
|
||||
default: "false"
|
||||
required: false
|
||||
push:
|
||||
branches: ["main"]
|
||||
paths: [".forgejo/workflows/renovate.yaml"]
|
||||
# workflow_dispatch:
|
||||
# inputs:
|
||||
# dryRun:
|
||||
# description: Dry Run
|
||||
# default: "false"
|
||||
# required: false
|
||||
# env:
|
||||
# RENOVATE_DRY_RUN: "${{ inputs.dryRun == true }}"
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue