From f037e7138d0b20e8e0cc43cd8628792d44f379a1 Mon Sep 17 00:00:00 2001 From: copilotcoder Date: Tue, 21 Jul 2026 15:04:09 -0400 Subject: [PATCH] docs(dev): document Renovate manual dispatch behavior --- docs/DEVELOPMENT.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/DEVELOPMENT.md b/docs/DEVELOPMENT.md index 08ee980..52e4d4c 100644 --- a/docs/DEVELOPMENT.md +++ b/docs/DEVELOPMENT.md @@ -433,6 +433,16 @@ Current workflow behavior includes: For details of base/complete image build strategy, see [CI/CD Multi-Stage Build Architecture](CICD_MULTI_STAGE_BUILD.md). For incident handling, see [CI/CD Troubleshooting](CICD_TROUBLESHOOTING_GUIDE.md). +### Renovate Manual Run Behavior + +The Renovate workflow at `.gitea/workflows/renovate.yml` now treats manual dispatch as an explicit operator override: + +- when triggered via `workflow_dispatch`, it forces out-of-window execution by setting `RENOVATE_IGNORE_SCHEDULE=true` +- it also sets `RENOVATE_SCHEDULE="at any time"` for the run +- it executes one single pass across enabled managers instead of splitting work into multiple manager batches + +This keeps scheduled behavior unchanged while making manual runs deterministic and immediate. + ### Operator Quick Reference Use workflow dispatch when you need deterministic reruns on a specific commit: