From 290c820ed857a90b9c540e99a9ab2626d49fd13c Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Thu, 3 Oct 2024 12:28:19 +0000 Subject: [PATCH] renovate? Signed-off-by: Martyn Ranyard --- .forgejo/workflows/renovate.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.forgejo/workflows/renovate.yaml b/.forgejo/workflows/renovate.yaml index 05e66d0..fc97222 100644 --- a/.forgejo/workflows/renovate.yaml +++ b/.forgejo/workflows/renovate.yaml @@ -1,5 +1,10 @@ on: workflow_dispatch: + inputs: + number1_default: + description: "Number with default" + required: false + default: 100 schedule: - cron: "3 3 * * *"