Skip to content

Commit b4b5f0e

Browse files
authored
fix: Updates dependabot config to not merge. (#1489)
* fix: Updates dependabot config to not merge. * Revert changes to this file Removed the groups section for npm dependencies. We will keep it granular. * Prevent auto merge in Dependabot workflow Commented out the merge step to allow review of updates.
1 parent 022409e commit b4b5f0e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/dependabot.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,7 @@ jobs:
3232
run: gh pr comment --body "@dependabot rebase" "$PR_URL"
3333
- name: approve
3434
run: gh pr review --approve "$PR_URL"
35-
- name: merge
36-
run: gh pr merge --auto --squash --delete-branch "$PR_URL"
35+
# Merge step is commented out to prevent auto merging.
36+
# This allows us to review version updates for breakage before publishing.
37+
# - name: merge
38+
# run: gh pr merge --auto --squash --delete-branch "$PR_URL"

0 commit comments

Comments
 (0)