mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-11 02:13:47 +00:00
enable combine dependabot prs action
This commit is contained in:
parent
5a8c8ceb81
commit
1d1de5caa3
1 changed files with 8 additions and 0 deletions
8
.github/workflows/combine-dependabot.yaml
vendored
Normal file
8
.github/workflows/combine-dependabot.yaml
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue