Skip to content

Bump actions/dependency-review-action from 4.0.0 to 4.2.4 #74

Bump actions/dependency-review-action from 4.0.0 to 4.2.4

Bump actions/dependency-review-action from 4.0.0 to 4.2.4 #74

Workflow file for this run

name: bots-auto-merge
on:
pull_request:
jobs:
auto-merge:
runs-on: ubuntu-latest
strategy:
matrix:
bot: ['dependabot', 'pre-commit-ci']
steps:
- uses: actions/checkout@v4
- name: Auto merge ${{ matrix.bot }}
uses: ahmadnassri/[email protected]
with:
target: all
botName: ${{ matrix.bot }}
github-token: ${{ secrets.SECRET_AUTO_MERGE_ONTOUML_PY }}