From 6a832449bf89bfefb2843bdbd4a77b10607f8091 Mon Sep 17 00:00:00 2001 From: "syself-bot[bot]" <115953087+syself-bot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:02:29 +0000 Subject: [PATCH] :seedling: Update Github Actions group to v42.0.6 | datasource | package | from | to | | ----------- | ------------------------- | -------- | ------- | | github-tags | renovatebot/github-action | v41.0.18 | v42.0.6 | --- .github/workflows/schedule-update-bot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schedule-update-bot.yaml b/.github/workflows/schedule-update-bot.yaml index 1e21be0b7..9feeebdfc 100644 --- a/.github/workflows/schedule-update-bot.yaml +++ b/.github/workflows/schedule-update-bot.yaml @@ -44,7 +44,7 @@ jobs: echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "$GITHUB_ENV" - name: Renovate - uses: renovatebot/github-action@c21017a4a2fc9f42953bcc907e375a5a544557ec # v41.0.18 + uses: renovatebot/github-action@87c405b9750f1b6affae06311395b50e3882d54f # v42.0.6 env: RENOVATE_HOST_RULES: '[{"hostType": "docker", "matchHost": "ghcr.io", "username": "${{ github.actor }}", "password": "${{ secrets.GITHUB_TOKEN }}" }]' RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS: '[".*"]'