Skip to content

Commit 4c3cbb9

Browse files
authored
ci(dependabot): stop dependabot auto-merge (#78)
Because we make changes infrequently, it is easier to wait for all accumulated dependabot updates to run and to merge them each release cycle
1 parent 88c6d01 commit 4c3cbb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dependabot-approve-and-auto-merge.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
if: ${{ github.actor == 'dependabot[bot]' }}
4343
runs-on: ubuntu-latest
4444
steps:
45+
- name: 'Do not auto-merge'
46+
run: exit 0
47+
4548
- name: 'Fetch Dependabot metadata'
4649
id: dependabot
4750
uses: dependabot/fetch-metadata@v2

0 commit comments

Comments
 (0)