aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2022-03-02 20:14:42 +0100
committerMatthew Strapp <matt@mattstrapp.net>2022-03-02 13:16:49 -0600
commit44255f3771f4717e4fefb9f3689a9e2be9bff5cd (patch)
treeb43f4328581f2f4367f937094cfb6431d59ef7ec /.github/workflows
parentBump @typescript-eslint/eslint-plugin from 5.12.1 to 5.13.0 (#17) (diff)
downloadee4511w-web-44255f3771f4717e4fefb9f3689a9e2be9bff5cd.tar
ee4511w-web-44255f3771f4717e4fefb9f3689a9e2be9bff5cd.tar.gz
ee4511w-web-44255f3771f4717e4fefb9f3689a9e2be9bff5cd.tar.bz2
ee4511w-web-44255f3771f4717e4fefb9f3689a9e2be9bff5cd.tar.lz
ee4511w-web-44255f3771f4717e4fefb9f3689a9e2be9bff5cd.tar.xz
ee4511w-web-44255f3771f4717e4fefb9f3689a9e2be9bff5cd.tar.zst
ee4511w-web-44255f3771f4717e4fefb9f3689a9e2be9bff5cd.zip
Add automerging of dependencies if they pass the CI
Diffstat (limited to '.github/workflows')
-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