From 231192c6bf1c2166e6591e2a82f8382e2cb9c95a Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 04:32:31 +0000 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v44.2.2 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..35bc20f 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.2 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.2 env: RENOVATE_DRY_RUN: ${{ github.repository_owner != 'bootc-dev' && 'full' }} LOG_LEVEL: ${{ github.event.inputs.log-level || 'info' }}