mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
fix(renovate): run every 30 mins instead of 10
This commit is contained in:
2
.github/workflows/renovate.yaml
vendored
2
.github/workflows/renovate.yaml
vendored
@@ -15,7 +15,7 @@ on:
|
||||
default: debug
|
||||
required: false
|
||||
schedule:
|
||||
- cron: "*/6 * * * *" # every 10 minutes
|
||||
- cron: "*/2 * * * *" # every 30 minutes
|
||||
push:
|
||||
branches: ["main"]
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user