fix: prevent automatic version bumps from dependabot

This commit is contained in:
Prad Nukala 2024-12-24 11:40:15 -05:00
parent 3bbec0ebed
commit 378d259895

View File

@ -9,7 +9,10 @@ permissions:
jobs:
bump-version:
if: github.event.pull_request.merged == true
if: |
github.event.pull_request.merged == true &&
github.event.pull_request.user.login != 'dependabot[bot]' &&
github.event.pull_request.user.login != 'dependabot-preview[bot]'
runs-on: ubuntu-latest
steps:
- name: Check out