diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index cdd067bfc..0e911cd83 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -31,3 +31,20 @@ jobs: path: | **/target/site **/target/surefire-reports + + auto-merge-dependabot: + name: 🤖 Auto merge dependabot PR + timeout-minutes: 10 + needs: [ build ] + if: ${{ github.actor == 'dependabot[bot]' }} + runs-on: ubuntu-latest + permissions: + pull-requests: write + contents: write + steps: + - name: 🤖 Merge PR from dependabot + uses: fastify/github-action-merge-dependabot@v3 + with: + github-token: ${{secrets.GITHUB_TOKEN}} + target: minor + merge-method: rebase