Skip to content

Bump the minor group with 4 updates #10

Bump the minor group with 4 updates

Bump the minor group with 4 updates #10

Workflow file for this run

# Automated management of Dependabot PRs
name: Dependabot
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ secrets.BOT_APP_ID }}
private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
- uses: ministryofjustice/hmpps-probation-integration-services/.github/actions/dependabot-automerge@main
with:
token: ${{ steps.app-token.outputs.token }}