Skip to content

Bump net.alchim31.maven:scala-maven-plugin from 4.9.7 to 4.9.8 #81

Bump net.alchim31.maven:scala-maven-plugin from 4.9.7 to 4.9.8

Bump net.alchim31.maven:scala-maven-plugin from 4.9.7 to 4.9.8 #81

Workflow file for this run

name: Handle Dependabot PRs
on:
pull_request:
types: [ opened, reopened, synchronize ]
jobs:
ApproveAndMerge:
name: Auto approve Dependabot PRs
runs-on: ubuntu-latest
# Only run for PRs created by Dependabot - extended verification is done in the reusable workflow
if: github.actor == 'dependabot[bot]'
# These permissions are needed to approve pull requests
permissions:
contents: read
pull-requests: write
steps:
- name: Auto approve Dependabot PR
uses: secure-software-engineering/actions/dependabot@develop
with:
token: ${{ secrets.AUTO_MERGE_PAT }}