Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/bundler/gems-f525fdff45
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrremann authored Sep 18, 2024
2 parents f9f3ed1 + 9784f56 commit 674d98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Auto-merge changes from Dependabot
if: steps.metadata.outputs.update-type != 'version-update:semver-major' || steps.metadata.outputs.package-ecosystem == 'github_actions'
if: steps.metadata.outputs.update-type != 'version-update:semver-major'
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
Expand Down

0 comments on commit 674d98a

Please sign in to comment.