aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/node.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml
index 9c9438c..cb357d7 100644
--- a/.github/workflows/node.yml
+++ b/.github/workflows/node.yml
@@ -22,3 +22,14 @@ jobs:
run: yarn lint:ci
- name: Build the project
run: yarn build:ci
+
+ automerge:
+ needs: build
+ runs-on: ubuntu-latest
+ permissions:
+ pull-requests: write
+ contents: write
+ steps:
+ - uses: fastify/github-action-merge-dependabot@v3.0.0
+ with:
+ github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file