From 930de8e763032c30b452319913403e8d2529311c Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 20:29:23 +0000 Subject: [PATCH] chore(deps): update actions/labeler action to v6.1.0 | datasource | package | from | to | | ----------- | --------------- | ------ | ------ | | github-tags | actions/labeler | v6.0.1 | v6.1.0 | --- .github/workflows/meta-labeler.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}"