From b33358e550d6816df8092852510b9de018ae75d1 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Sun, 7 Jun 2026 05:00:49 -0400 Subject: [PATCH] ci: add standard centralized workflows Adds DependabotAutoMerge.yml (auto-merge Dependabot PRs). Co-Authored-By: Chris Rackauckas Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/DependabotAutoMerge.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/DependabotAutoMerge.yml diff --git a/.github/workflows/DependabotAutoMerge.yml b/.github/workflows/DependabotAutoMerge.yml new file mode 100644 index 0000000..44b814c --- /dev/null +++ b/.github/workflows/DependabotAutoMerge.yml @@ -0,0 +1,9 @@ +name: "Dependabot Auto-merge" +on: pull_request +permissions: + contents: write + pull-requests: write +jobs: + automerge: + uses: "SciML/.github/.github/workflows/dependabot-automerge.yml@v1" + secrets: "inherit"