Skip to content

Commit fb5ee55

Browse files
committed
Allow Dependabot to rebase and force push over extra commits
1 parent 7785dbf commit fb5ee55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot-dedupe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Commit changes
5555
run: |
5656
git add .
57-
git commit -m 'Dedupe dependencies' || true
57+
git commit -m '[dependabot skip] Dedupe dependencies' || true
5858
working-directory: ${{ env.WORKING_DIRECTORY }}
5959

6060
- name: Push changes

0 commit comments

Comments
 (0)