Skip to content

Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.6.3 #3

Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.6.3

Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.6.3 #3

name: Dependabot auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
automerge:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Enable auto-merge
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}