mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
16 lines
344 B
Plaintext
16 lines
344 B
Plaintext
name: Misc / Dependabot Automerge
|
|
|
|
on:
|
|
pull_request:
|
|
|
|
jobs:
|
|
merge:
|
|
runs-on: ubuntu-latest
|
|
env:
|
|
CI_PIPELINE_ID: ${{github.run_number}}
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: ahmadnassri/action-dependabot-auto-merge@v2
|
|
with:
|
|
target: minor
|
|
github-token: ${{ secrets.GITHUB_TOKEN }} |