From 5205da03bfa47f5ae493718dc62fe4041fdbac33 Mon Sep 17 00:00:00 2001 From: Julien Cherry <6952800+juliencherry@users.noreply.github.com> Date: Wed, 9 Apr 2025 23:34:36 -0400 Subject: [PATCH] COMN-378: Automerge Dependabot pull requests --- .github/workflows/dependabot-automerge.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/workflows/dependabot-automerge.yml diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml new file mode 100644 index 0000000..8c167f5 --- /dev/null +++ b/.github/workflows/dependabot-automerge.yml @@ -0,0 +1,6 @@ +name: Dependabot automerge +on: pull_request +jobs: + dependabot: + secrets: inherit + uses: RosetteTextAnalytics/reusable-workflows/.github/workflows/dependabot-automerge.yml@main