Skip to content

Bump org.springframework.boot:spring-boot-dependencies from 4.0.3 to 4.0.4 in the maven group #67

Bump org.springframework.boot:spring-boot-dependencies from 4.0.3 to 4.0.4 in the maven group

Bump org.springframework.boot:spring-boot-dependencies from 4.0.3 to 4.0.4 in the maven group #67

name: Dependabot Auto-Merge
on:
pull_request:
types:
- opened
permissions:
pull-requests: write
contents: write
jobs:
dependabot-auto-merge:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' && startsWith(github.event.pull_request.title, 'Bump the maven group')
steps:
- name: Fetch Pull Request Metadata
id: metadata
uses: dependabot/fetch-metadata@v1
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Merge Pull Request
run: gh pr merge "$PR_URL" --auto --merge
env:
PR_URL: "${{ github.event.pull_request.html_url }}"
GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}"