diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml new file mode 100644 index 000000000..050b4df17 --- /dev/null +++ b/.github/workflows/npm-audit-fix.yml @@ -0,0 +1,15 @@ +name: npm audit fix + +on: + workflow_dispatch: # manually + +jobs: + npm-audit-fix: + runs-on: ubuntu-latest + commit_title: "chore(deps): update npm dependencies" + permissions: + contents: write + pull-requests: write + steps: + - uses: actions/checkout@v3 + - uses: ybiquitous/npm-audit-fix-action@e7e5e66fe613cd5e556db66eef24156b4bfa6134 \ No newline at end of file