1
0
Fork 0
mirror of https://github.com/pnx/tree-sitter-dotenv synced 2026-06-17 02:10:03 +02:00

add dependabot regeneration config

This commit is contained in:
Henrik Hautakoski 2026-02-08 01:54:42 +01:00
parent 8a40a33fa9
commit 564c8799a4
2 changed files with 98 additions and 0 deletions

17
.github/workflows/generate.yml vendored Normal file
View file

@ -0,0 +1,17 @@
name: Regenerate parser
on:
pull_request:
permissions:
contents: write
pull-requests: write
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
jobs:
regenerate:
uses: tree-sitter/workflows/.github/workflows/regenerate.yml@main
if: github.actor == 'dependabot[bot]'