Skip to content

Commit

Permalink
ci(dependabot): stop dependabot auto-merge (#78)
Browse files Browse the repository at this point in the history
Because we make changes infrequently, it is  easier to wait for all accumulated dependabot updates to run and to merge them each release cycle
  • Loading branch information
dschach authored Feb 17, 2025
1 parent 88c6d01 commit 4c3cbb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dependabot-approve-and-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- name: 'Do not auto-merge'
run: exit 0

- name: 'Fetch Dependabot metadata'
id: dependabot
uses: dependabot/fetch-metadata@v2
Expand Down

0 comments on commit 4c3cbb9

Please sign in to comment.