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 * * *"