Skip to content

Commit

Permalink
Automerge major dependency updates to reduce traffic (#11)
Browse files Browse the repository at this point in the history
* Automerge major dependency updates to reduce traffic

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.

* Update plugins-ci.yml
  • Loading branch information
mcollina committed Feb 23, 2022
1 parent 56e4da0 commit 8e9fcd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plugins-ci.yml
Expand Up @@ -64,4 +64,4 @@ jobs:
with:
exclude: ${{ inputs.auto-merge-exclude }}
github-token: ${{ secrets.GITHUB_TOKEN }}
target: minor
target: major

0 comments on commit 8e9fcd2

Please sign in to comment.