Skip to content

Commit 5f6d040

Browse files
authored
Update Dependabot rules to avoid auto-approve breaking changes
1 parent 8fb8816 commit 5f6d040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
jobs:
99
dependabot:
1010
runs-on: ubuntu-latest
11-
if: github.actor == 'dependabot[bot]'
11+
if: github.actor == 'dependabot[bot]' && steps.dependabot-metadata.outputs.update-type != 'version-update:semver-major'
1212
steps:
1313
- name: Dependabot metadata
1414
id: metadata

0 commit comments

Comments
 (0)