Skip to content

fix(deps): update dependency org.springframework:spring-context to v6 [security] #896

fix(deps): update dependency org.springframework:spring-context to v6 [security]

fix(deps): update dependency org.springframework:spring-context to v6 [security] #896

Workflow file for this run

name: auto-approve-dependencies
on:
pull_request_target
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v2
# auto-approve certain users
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' || github.actor == 'renovate[bot]'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"