Skip to content

Commit 0acbc26

Browse files
committed
ci: auto-merge github-actions group updates (incl. major)
1 parent 69e38e9 commit 0acbc26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dependabot-auto-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
uses: dependabot/fetch-metadata@v2
1717
with:
1818
github-token: ${{ secrets.GITHUB_TOKEN }}
19-
- name: Auto-merge minor & patch
20-
if: ${{ steps.meta.outputs.update-type == 'version-update:semver-minor' || steps.meta.outputs.update-type == 'version-update:semver-patch' }}
19+
- name: Auto-merge minor, patch & github-actions
20+
if: ${{ steps.meta.outputs.update-type == 'version-update:semver-minor' || steps.meta.outputs.update-type == 'version-update:semver-patch' || steps.meta.outputs.dependency-group == 'github-actions' }}
2121
run: gh pr merge --auto --squash "$PR_URL"
2222
env:
2323
PR_URL: ${{ github.event.pull_request.html_url }}

0 commit comments

Comments
 (0)