Skip to content

Commit

Permalink
Merge pull request #127 from nearform/dependabot/github_actions/fasti…
Browse files Browse the repository at this point in the history
…fy/github-action-merge-dependabot-3.0.2

build(deps): bump fastify/github-action-merge-dependabot from 2.7.1 to 3.0.2
  • Loading branch information
simoneb authored Dec 14, 2021
2 parents dc30593 + 18dd2b9 commit f860526
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/setup-node@v2.5.0
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version-file: '.nvmrc'
- run: npm i
Expand All @@ -15,7 +15,10 @@ jobs:
automerge:
needs: build
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v2.7.1
- uses: fastify/github-action-merge-dependabot@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f860526

Please sign in to comment.