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:
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: