Skip to content

Commit

Permalink
Automerge major updates (fastify#3716)
Browse files Browse the repository at this point in the history
It’s important that we automerge major updates as they are the only ones that will be opened in most of our repos because we do not use lockfiles.

Let’s trust our tests to detect any potential breakage.
  • Loading branch information
mcollina authored and Marco leko committed Mar 21, 2022
1 parent f4ce4d5 commit 82f8f96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ jobs:
- uses: fastify/github-action-merge-dependabot@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
target: minor

package:
needs: test
Expand Down

0 comments on commit 82f8f96

Please sign in to comment.