chore: run renovate on weekdays
Some checks failed
CICD / Backend Dependency Audit (push) Blocked by required conditions
CICD / CICD Tests Complete (push) Blocked by required conditions
CICD / Build Backend Base Image (push) Blocked by required conditions
CICD / Build Frontend Base Image (push) Blocked by required conditions
CICD / Build Integration Tester Image (push) Blocked by required conditions
CICD / Build E2E Tester Image (push) Blocked by required conditions
CICD / Build Backend Main Image (push) Blocked by required conditions
CICD / Build Frontend Main Image (push) Blocked by required conditions
CICD / Production Images Complete (push) Blocked by required conditions
CICD / Production Image Failures Postmortem (push) Blocked by required conditions
CICD / Source Lanes Failure Postmortem (push) Blocked by required conditions
CICD / Runtime Black-Box Integration Tests (push) Blocked by required conditions
CICD / Integration Tests Failure Postmortem (push) Blocked by required conditions
CICD / End-to-End Tests (push) Blocked by required conditions
CICD / Build and Push CICD Image (push) Has been cancelled
CICD / E2E Tests Failure Postmortem (push) Blocked by required conditions
CICD / Build and Publish CICD Base Image (push) Has been cancelled
CICD / Build CICD Image Failure Postmortem (push) Has been cancelled
CICD / Backend Tests (push) Has been cancelled
CICD / Pre-commit Checks (push) Has been cancelled
CICD / Frontend Tests (push) Has been cancelled
CICD / Backend Doctests (push) Has been cancelled
CICD / Frontend Dependency Audit (push) Has been cancelled
Renovate Dependency Updates / Renovate Dependencies (push) Successful in 22m45s

This commit is contained in:
copilotcoder
2026-07-14 12:26:38 -04:00
parent fdf8637f88
commit 5fc16d4b5b

View File

@@ -2,8 +2,8 @@ name: Renovate Dependency Updates
on:
schedule:
# Run Renovate every Monday at 8 AM UTC
- cron: '0 8 * * 1'
# Run Renovate every weekday at 8 AM UTC
- cron: '0 8 * * 1-5'
workflow_dispatch: # Allow manual triggering
inputs:
dry_run: