fix(kube-system): switch renovate branch prefix to hyphen and branch automerge #202

Merged
Exikle merged 1 commit from fix/kube-system-renovate-branch-prefix into main 2026-06-04 02:48:39 +00:00
Owner

Fixes Renovate aborting every run on Forgejo v15.

  • RENOVATE_BRANCH_PREFIX=renovate- : the default renovate/ prefix puts a slash
    in the branch name, which gets URL-encoded as %2F in API calls. Forgejo's
    router mishandles %2F in path segments → 404 on commit statuses → abort.
  • automergeType: branch for github-actions: avoids the PR status check path
    entirely (mirrors mortebrume/homelab pattern)
  • Removed platformAutomerge from github-actions rules (not applicable for
    branch automerge type)
Fixes Renovate aborting every run on Forgejo v15. - RENOVATE_BRANCH_PREFIX=renovate- : the default renovate/ prefix puts a slash in the branch name, which gets URL-encoded as %2F in API calls. Forgejo's router mishandles %2F in path segments → 404 on commit statuses → abort. - automergeType: branch for github-actions: avoids the PR status check path entirely (mirrors mortebrume/homelab pattern) - Removed platformAutomerge from github-actions rules (not applicable for branch automerge type)
fix(kube-system): switch renovate branch prefix to hyphen and branch automerge
All checks were successful
Flate / Flate - Filter (pull_request) Successful in 15s
Labeler / Labeler (pull_request_target) Successful in 47s
Flate / Flate (helmrelease) (pull_request) Successful in 1m26s
Flate / Flate (kustomization) (pull_request) Successful in 1m37s
Flate / Flate - Comment (pull_request) Successful in 42s
Flate - Success Flate checks success
Flate / Flate - Success (pull_request) Successful in 22s
4eee545750
- RENOVATE_BRANCH_PREFIX=renovate- fixes Forgejo 404 on commit statuses
  endpoint (%2F in branch name causes path routing failure)
- automergeType: branch for github-actions avoids PR status check entirely
Exikle scheduled this pull request to auto merge when all checks succeed 2026-06-04 02:45:50 +00:00
Collaborator
Kustomization diff

@@ spec.extraEnv @@
# renovate-operator.mogenius.com/v1alpha1/RenovateJob/kube-system/artemis-cluster
! + one list entry added:
+ - name: RENOVATE_BRANCH_PREFIX
+   value: renovate-

Diff created by flateWorkflow run

<!-- flate --> <details open><summary>Kustomization diff</summary> ```diff @@ spec.extraEnv @@ # renovate-operator.mogenius.com/v1alpha1/RenovateJob/kube-system/artemis-cluster ! + one list entry added: + - name: RENOVATE_BRANCH_PREFIX + value: renovate- ``` </details> <sub>Diff created by [flate](https://github.com/home-operations/flate) — [Workflow run](https://git.dcunha.io/Exikle/Artemis-Cluster/actions/runs/762)</sub>
Exikle merged commit 924306b150 into main 2026-06-04 02:48:39 +00:00
Exikle deleted branch fix/kube-system-renovate-branch-prefix 2026-06-04 02:48:39 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Exikle/Artemis-Cluster!202
No description provided.