From fa6545704b4197cb07929c15117211a0ea30f3b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 11:44:13 +0000 Subject: [PATCH 1/2] chore(deps): bump OMT-Global/bootstrap/.github/workflows/release-preflight-reusable.yml Bumps [OMT-Global/bootstrap/.github/workflows/release-preflight-reusable.yml](https://github.com/omt-global/bootstrap) from d9c5bc7e50f4bcc97e4b4d3d2efc64e4ab3dca50 to 05296606785553deb8f36e4f18313076dfc9646d. - [Changelog](https://github.com/OMT-Global/bootstrap/blob/main/docs/release-train.md) - [Commits](https://github.com/omt-global/bootstrap/compare/d9c5bc7e50f4bcc97e4b4d3d2efc64e4ab3dca50...05296606785553deb8f36e4f18313076dfc9646d) --- updated-dependencies: - dependency-name: OMT-Global/bootstrap/.github/workflows/release-preflight-reusable.yml dependency-version: '05296606785553deb8f36e4f18313076dfc9646d' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release-preflight.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-preflight.yml b/.github/workflows/release-preflight.yml index 9139f70..fda45e1 100644 --- a/.github/workflows/release-preflight.yml +++ b/.github/workflows/release-preflight.yml @@ -24,7 +24,7 @@ on: jobs: preflight: - uses: OMT-Global/bootstrap/.github/workflows/release-preflight-reusable.yml@d9c5bc7e50f4bcc97e4b4d3d2efc64e4ab3dca50 + uses: OMT-Global/bootstrap/.github/workflows/release-preflight-reusable.yml@05296606785553deb8f36e4f18313076dfc9646d with: version: ${{ inputs.version }} channel: ${{ inputs.channel }} From 073152c0eec033a5c87b136e9f7c87c08495e597 Mon Sep 17 00:00:00 2001 From: hephaestus-omt Date: Tue, 21 Jul 2026 13:14:37 +0000 Subject: [PATCH 2/2] ci: exempt Dependabot from human PR metadata checks --- .github/workflows/pr-fast-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-fast-ci.yml b/.github/workflows/pr-fast-ci.yml index 28f1be6..35d81ac 100644 --- a/.github/workflows/pr-fast-ci.yml +++ b/.github/workflows/pr-fast-ci.yml @@ -77,7 +77,7 @@ jobs: name: Validate PR Description runs-on: ['self-hosted', 'linux', 'shell-only', 'public'] timeout-minutes: 5 - if: github.event.pull_request.draft == false + if: github.event.pull_request.draft == false && github.event.pull_request.user.login != 'dependabot[bot]' env: PR_BODY: ${{ github.event.pull_request.body }} steps: @@ -139,7 +139,7 @@ jobs: name: Validate PR Governance runs-on: ['self-hosted', 'linux', 'shell-only', 'public'] timeout-minutes: 5 - if: github.event.pull_request.draft == false + if: github.event.pull_request.draft == false && github.event.pull_request.user.login != 'dependabot[bot]' env: PR_TITLE: ${{ github.event.pull_request.title }} PR_BODY: ${{ github.event.pull_request.body }}