Skip to content

chore: Add dependabot workflow #1585

chore: Add dependabot workflow

chore: Add dependabot workflow #1585

Workflow file for this run

name: 'Pull request title'
on:
pull_request_target:
types: [opened, edited]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: thehanimo/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}