From bc9060e18ddebd9370ddad10495edb7279f9c9aa Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Sat, 14 Mar 2026 08:30:45 +1000 Subject: [PATCH 1/2] ci: add dependabot configuration for GitHub Actions Enable Dependabot version updates for github-actions ecosystem to automatically track and propose updates for SHA-pinned action references in workflow files. Signed-off-by: Anil Belur Signed-off-by: Anil Belur --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..db5207a44 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +--- +# SPDX-FileCopyrightText: 2026 The Linux Foundation +# SPDX-License-Identifier: Apache-2.0 + +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" From 62cfc05c64b5255f0ccc4f43db7e081232ceb47a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 22:32:14 +0000 Subject: [PATCH 2/2] Chore(deps): Bump lfit/gerrit-review-action from 0.8 to 0.9 Bumps [lfit/gerrit-review-action](https://github.com/lfit/gerrit-review-action) from 0.8 to 0.9. - [Release notes](https://github.com/lfit/gerrit-review-action/releases) - [Commits](https://github.com/lfit/gerrit-review-action/compare/9627b9a144f2a2cad70707ddfae87c87dce60729...537251ec667665b386f70b330b05446e3fc29087) --- updated-dependencies: - dependency-name: lfit/gerrit-review-action dependency-version: '0.9' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/gerrit-verify.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index fce5c303a..48f2bc74f 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -66,7 +66,7 @@ jobs: - name: Clear votes if: ${{ env.ACT != 'true' }} # yamllint disable-line rule:line-length - uses: lfit/gerrit-review-action@9627b9a144f2a2cad70707ddfae87c87dce60729 # v0.8 + uses: lfit/gerrit-review-action@537251ec667665b386f70b330b05446e3fc29087 # v0.9 with: host: ${{ vars.GERRIT_SERVER }} username: ${{ vars.GERRIT_SSH_USER }} @@ -215,7 +215,7 @@ jobs: if: ${{ env.ACT != 'true' }} - name: Set vote if: ${{ env.ACT != 'true' }} - uses: lfit/gerrit-review-action@9627b9a144f2a2cad70707ddfae87c87dce60729 # v0.8 + uses: lfit/gerrit-review-action@537251ec667665b386f70b330b05446e3fc29087 # v0.9 with: host: ${{ vars.GERRIT_SERVER }} username: ${{ vars.GERRIT_SSH_USER }}