Skip to content

Commit

Permalink
Update renovate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Jul 27, 2024
1 parent a36d874 commit 01233d1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,16 @@ on:
schedule:
# Run every 30 minutes:
- cron: "0,30 * * * *"

workflow_dispatch:
inputs:
repoCache:
description: "Reset or disable the cache?"
type: choice
default: enabled
options:
- enabled
- disabled
- reset
permissions: {}

env:
Expand Down

0 comments on commit 01233d1

Please sign in to comment.