Skip to content

build(deps-dev): Bump com.diffplug.spotless:spotless-maven-plugin from 3.2.0 to 3.2.1 in /sms-gateway #68

build(deps-dev): Bump com.diffplug.spotless:spotless-maven-plugin from 3.2.0 to 3.2.1 in /sms-gateway

build(deps-dev): Bump com.diffplug.spotless:spotless-maven-plugin from 3.2.0 to 3.2.1 in /sms-gateway #68

Workflow file for this run

name: Auto approve
on: pull_request_target
jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: github.actor == 'dependabot[bot]'
steps:
- uses: hmarr/auto-approve-action@v4
with:
github-token: ${{ secrets.GH_AUTO_APPROVE }}