Skip to content

Commit

Permalink
Update auto-dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mi-skam authored Dec 11, 2023
1 parent a633639 commit fe939a1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/auto-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,16 @@ on:
workflow_dispatch:

jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- name: "PLACEHOLDER"
run: echo "PLACEHOLDER for a future unit-test"

auto-merge:
name: 🤖 Automerge dependa[bot] PRs
if: ${{ github.actor == 'dependa[bot]' }}
needs: [ unit-test ]
if: ${{ github.actor == 'dependabot[bot]' }}
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
Expand Down

0 comments on commit fe939a1

Please sign in to comment.