Skip to content

Fluxzero 1.162.0

Choose a tag to compare

@github-actions github-actions released this 11 May 09:45

1.162.0 (2026-05-11)

Continuous Integration

  • ci(deps): replace Renovate with Dependabot (33ee2e7)

    Configure Dependabot for Maven, GitHub Actions, and Docker updates, and add a pull_request_target workflow that enables rebase auto-merge for selected Dependabot PRs once required checks pass.

    Also serialize main deploy runs so a running release is allowed to finish while newer pending deploys replace older pending deploys in the concurrency group.

    Checks: go run github.com/rhysd/actionlint/cmd/actionlint@latest; ruby YAML parse for workflows and dependabot.yml; bash -n for workflow run steps; git diff --check.