From 8f809996d207778dee2365f25e7cac648b4ac989 Mon Sep 17 00:00:00 2001 From: jan-kubica Date: Wed, 26 Aug 2026 15:23:48 +0200 Subject: [PATCH] chore: share Dependabot Bun dedupe workflow --- .github/workflows/autofix.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/autofix.yml diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml new file mode 100644 index 0000000..c9fbcc4 --- /dev/null +++ b/.github/workflows/autofix.yml @@ -0,0 +1,18 @@ +name: autofix.ci + +on: + pull_request: + types: [opened, synchronize, reopened] + paths: + - bun.lock + +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number }} + cancel-in-progress: true + +permissions: + contents: read + +jobs: + dependabot-bun-dedupe: + uses: stella/.github/.github/workflows/dependabot-bun-dedupe.yml@dd6e8fa51339814159486cd92b5ae3a051eb15d2