From 1a632eeaa8b079d082feeba996a5780c92e2d077 Mon Sep 17 00:00:00 2001 From: hendisantika Date: Thu, 8 Feb 2024 06:03:51 +0700 Subject: [PATCH] =?UTF-8?q?Add=20dependabot-auto-merge.yml=20workflows=20?= =?UTF-8?q?=F0=9F=AB=B8=F0=9F=8C=80=E2=9C=8F=EF=B8=8F=F0=9F=93=97=20:octoc?= =?UTF-8?q?at:=F0=9F=90=A7=F0=9F=90=B3=E2=AC=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dependabot-auto-merge.yml | 17 +++++++++++++++++ 1 file changed, 17 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..058ff9b --- /dev/null +++ b/.github/workflows/dependabot-auto-merge.yml @@ -0,0 +1,17 @@ +name: Dependabot Auto Merge + +on: + pull_request: + paths: + - 'pom.xml' + +jobs: + auto-merge: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: ahmadnassri/action-dependabot-auto-merge@v2 + with: + command: squash and merge + github-token: ${{ secrets.DEPENDABOT_AUTO_MERGE }} + target: minor