Skip to content

Commit

Permalink
Fix Dependabot to avoid breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lulunac27a authored Nov 25, 2024
1 parent 840b14c commit 4e01e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
if: github.actor == 'dependabot[bot]' && steps.dependabot-metadata.outputs.update-type != 'version-update:semver-major'
steps:
- name: Dependabot metadata
id: metadata
Expand Down

0 comments on commit 4e01e4b

Please sign in to comment.