Skip to content

Bump org.graalvm.buildtools:native-maven-plugin from 0.9.28 to 0.10.1 #81

Bump org.graalvm.buildtools:native-maven-plugin from 0.9.28 to 0.10.1

Bump org.graalvm.buildtools:native-maven-plugin from 0.9.28 to 0.10.1 #81

Workflow file for this run

name: Automerge Dependabot PRs
on:
pull_request:
branches:
- development
jobs:
automerge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]' && contains(github.event.pull_request.title, 'AWS')
steps:
- name: Automerge
uses: pascalgn/automerge-action@v0.14.3
with:
mergeMethod: squash
commitMessageTemplate: "chore(dependencies): update dependencies"
token: ${{ secrets.GITHUB_TOKEN }}