1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-08 09:04:54 +00:00
kontain.me/.github/workflows/combine-dependabot.yaml
2021-08-06 09:19:38 -04:00

8 lines
217 B
YAML

name: Combine Dependabot PRs
on: ['workflow_dispatch', 'pull_request']
jobs:
combine-prs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.3
- uses: maadhattah/combine-dependabot-prs@main