From 9a52f6a3d3104508e25151d544e77e70f3b5cb11 Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 05:16:08 +0000 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v44.2.1 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..64394e7 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.1 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.1 env: RENOVATE_DRY_RUN: ${{ github.repository_owner != 'bootc-dev' && 'full' }} LOG_LEVEL: ${{ github.event.inputs.log-level || 'info' }}