From d13cad2e109bbf0fca32c2e91b17f0641b4f7de5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 17:57:17 +0000 Subject: [PATCH 1/2] chore(deps): update actions/setup-node digest to 48b55a0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a38d83..a093db8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v6 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: ${{ matrix.node-version }} cache: 'npm' From 41badf0a943248dcbe273c09f65c9273df5d233e Mon Sep 17 00:00:00 2001 From: Michael D'Angelo Date: Fri, 22 May 2026 21:08:22 +0000 Subject: [PATCH 2/2] fix(ci): ignore renovate stability hold in rollup --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a093db8..cdfd1dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,3 +49,4 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} timeout-seconds: 300 + ignore-checks: '^renovate/stability-days$'