From 11455e6afc2d80094f59bd9f5b877fa7f85408bb Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Wed, 18 Feb 2026 12:34:54 +0100 Subject: [PATCH] Update dependabot-auto-approve to v1.4.0 Signed-off-by: Leandro Lucarella --- .github/workflows/auto-dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-dependabot.yaml b/.github/workflows/auto-dependabot.yaml index bed186b..3f44a6d 100644 --- a/.github/workflows/auto-dependabot.yaml +++ b/.github/workflows/auto-dependabot.yaml @@ -28,7 +28,7 @@ jobs: private-key: ${{ secrets.FREQUENZ_AUTO_DEPENDABOT_APP_PRIVATE_KEY }} - name: Auto-merge Dependabot PR - uses: frequenz-floss/dependabot-auto-approve@ada24053062e8199b27ab90890f6f21b48824864 # PR #3 + uses: frequenz-floss/dependabot-auto-approve@a115bc7e0194c08f876493f311ec6f4de53f984e # v1.4.0 with: github-token: ${{ steps.app-token.outputs.token }} dependency-type: 'all'