ci(renovate): serialize runs, quiet logs, clean config-file env #51

Merged
lyrathorpe merged 1 commits from ci/workflow-hardening into main 2026-06-16 14:51:50 +01:00
Owner
  • Concurrency guard so the @hourly schedule and push: main can't run Renovate twice at once (duplicate PRs + concurrent Gitea writes, which aggravate the ErrIssueAlreadyChanged merge 500s).
  • LOG_LEVEL debuginfo for normal operation.
  • Remove leftover template comments from RENOVATE_CONFIG_FILE and the token env (path verified — config is applied).

Closes #43
Closes #44
Closes #45

- **Concurrency guard** so the `@hourly` schedule and `push: main` can't run Renovate twice at once (duplicate PRs + concurrent Gitea writes, which aggravate the `ErrIssueAlreadyChanged` merge 500s). - **LOG_LEVEL** `debug` → `info` for normal operation. - Remove leftover template comments from `RENOVATE_CONFIG_FILE` and the token env (path verified — config is applied). Closes #43 Closes #44 Closes #45
lyrathorpe added 1 commit 2026-06-16 14:43:54 +01:00
- Add a concurrency group so the hourly schedule and push-to-main triggers
  cannot run Renovate twice at once (avoids duplicate PRs and concurrent Gitea
  writes).
- Lower LOG_LEVEL from debug to info for normal operation.
- Remove leftover template comments from the RENOVATE_CONFIG_FILE and token env.

Closes #43
Closes #44
Closes #45
lyrathorpe merged commit 75ee02da0c into main 2026-06-16 14:51:50 +01:00
lyrathorpe deleted branch ci/workflow-hardening 2026-06-16 14:51:52 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lyrathorpe/renovate-config#51