Skip to content

Reusing the same Dependabot triggering workflow #2

Reusing the same Dependabot triggering workflow

Reusing the same Dependabot triggering workflow #2

Workflow file for this run

name: Dependabot
on:
pull_request:
branches: [main, '[0-9]+-[0-9]+-*']
workflow_dispatch:
jobs:
dependabot:
name: Dependabot
if: ${{ !startsWith(github.head_ref, 'workflows/tests/') && github.actor == 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- run: exit 0