on push
All checks were successful
/ Renovate (push) Successful in 4m3s

This commit is contained in:
Joseph Hanson 2024-07-26 20:53:52 -05:00
parent 59f70e50c0
commit 03b6db7665
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -1,12 +1,15 @@
on: on:
schedule: schedule:
- cron: '*/30 * * * *' - cron: '*/30 * * * *'
workflow_dispatch: push:
inputs: branches: ["main"]
dryRun: paths: [".forgejo/workflows/renovate.yaml"]
description: Dry Run # workflow_dispatch:
default: "false" # inputs:
required: false # dryRun:
# description: Dry Run
# default: "false"
# required: false
# env: # env:
# RENOVATE_DRY_RUN: "${{ inputs.dryRun == true }}" # RENOVATE_DRY_RUN: "${{ inputs.dryRun == true }}"
jobs: jobs: