From 43c38a63c56629fdc5b75003b4e1637d8f17b58d Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 01:08:57 +0000 Subject: [PATCH] chore(deps): update github-actions non-major | datasource | package | from | to | | ----------- | ------------------------- | -------- | -------- | | github-tags | actions/labeler | v6.0.1 | v6.1.0 | | github-tags | renovatebot/github-action | v46.1.12 | v46.1.13 | --- .github/workflows/meta-labeler.yaml | 2 +- .github/workflows/renovate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/meta-labeler.yaml b/.github/workflows/meta-labeler.yaml index 06c022e..373ee2c 100644 --- a/.github/workflows/meta-labeler.yaml +++ b/.github/workflows/meta-labeler.yaml @@ -24,7 +24,7 @@ jobs: private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}" - name: Labeler - uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1 + uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0 with: configuration-path: .github/labeler.yaml repo-token: "${{ steps.app-token.outputs.token }}" diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 3e64d0e..64c4624 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -80,7 +80,7 @@ jobs: GITHUB_TOKEN: "${{ steps.app-token.outputs.token }}" - name: Renovate - uses: renovatebot/github-action@f66d8679fcfcfa051abde6e7a623007173bf5164 # v46.1.12 + uses: renovatebot/github-action@79dc0ba74dc3de28db0a7aeb1d0b95d5bf5fde2a # v46.1.13 with: configurationFile: "${{ env.RENOVATE_ONBOARDING_CONFIG_FILE_NAME }}" token: "${{ steps.app-token.outputs.token }}"