From 31ddd31e040f1bfeb9de3e2aafdd89ed0dc45b52 Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 04:36:13 +0000 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v44.2.3 Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> --- .github/workflows/renovate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 4fc7a08..60379de 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v6 - name: Validate Renovate config - uses: renovatebot/github-action@v44.2.0 + uses: renovatebot/github-action@v44.2.3 env: RENOVATE_DRY_RUN: lookup LOG_LEVEL: debug @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@v6 - name: Self-hosted Renovate - uses: renovatebot/github-action@v44.2.0 + uses: renovatebot/github-action@v44.2.3 env: RENOVATE_DRY_RUN: ${{ github.repository_owner != 'bootc-dev' && 'full' }} LOG_LEVEL: ${{ github.event.inputs.log-level || 'info' }}