Skip to content

chore(deps-dev): bump ban-sensitive-files from 1.10.0 to 1.10.1 #217

chore(deps-dev): bump ban-sensitive-files from 1.10.0 to 1.10.1

chore(deps-dev): bump ban-sensitive-files from 1.10.0 to 1.10.1 #217

Workflow file for this run

name: Node.js CI
'on':
push:
branches:
- master
- 'dependabot/**'
pull_request:
types:
- opened
- synchronize
env:
FORCE_COLOR: 1
NPM_CONFIG_COLOR: always
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: npm
- run: npm clean-install
- run: npm test
automerge:
needs: verify
runs-on: ubuntu-latest
steps:
- uses: fastify/github-action-merge-dependabot@v3
with:
github-token: ${{ secrets.GH_PAT }}