Skip to content

Commit

Permalink
Update Autodependabot.yml (#803)
Browse files Browse the repository at this point in the history
* fix dependabot-automerge
  • Loading branch information
donavanbecker authored Aug 23, 2023
1 parent 7c67496 commit cd4d5da
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ on:
pull_request:
push:
branches:
- latest
- beta-*.*.*

jobs:
automerge:
name: Auto-merge dependabot updates
name: Auto-merge patch updates
runs-on: ubuntu-latest
steps:
- uses: mitto98/dependabot-automerge-action@master
with:
token: ${{ github.token }}
merge: true
merge-patch: true

0 comments on commit cd4d5da

Please sign in to comment.