Skip to content

Bump org.apache.maven.plugins:maven-dependency-plugin from 3.9.0 to 3.10.0 in the maven-deps group #4

Bump org.apache.maven.plugins:maven-dependency-plugin from 3.9.0 to 3.10.0 in the maven-deps group

Bump org.apache.maven.plugins:maven-dependency-plugin from 3.9.0 to 3.10.0 in the maven-deps group #4

Workflow file for this run

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