Skip to content

Commit

Permalink
Automerge major updates (#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 committed Mar 17, 2022
1 parent 2f3aced commit 48fc637
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 48fc637

Please sign in to comment.