From e24cbad04093349ef8ccfddc47b41d26b0796b8c Mon Sep 17 00:00:00 2001 From: Oliver Wolff <23139298+cuioss@users.noreply.github.com> Date: Thu, 19 Feb 2026 10:31:33 +0100 Subject: [PATCH] chore: add dependabot auto-merge workflow for cuioss dependencies Co-Authored-By: Claude Opus 4.6 --- .github/workflows/dependabot-auto-merge.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/dependabot-auto-merge.yml diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml new file mode 100644 index 0000000..81de3c5 --- /dev/null +++ b/.github/workflows/dependabot-auto-merge.yml @@ -0,0 +1,14 @@ +name: Dependabot Auto-merge + +on: + pull_request: + +permissions: + contents: read + +jobs: + auto-merge: + uses: cuioss/cuioss-organization/.github/workflows/reusable-dependabot-auto-merge.yml@7f9eecb85e04771d0dacfe2b102fd094558eff1d # v0.4.0 + permissions: + contents: write + pull-requests: write