Skip to content

Commit 2cf07ff

Browse files
committed
ci(dependabot): enabled auto-merge
1 parent 91cb19c commit 2cf07ff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/node-ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,10 @@ jobs:
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
48+
automerge:
49+
needs: release
50+
runs-on: ubuntu-latest
51+
steps:
52+
- uses: fastify/[email protected]
53+
with:
54+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)