Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit ff85861

Browse files
authored
ci: add automerger for deps upgrades
Signed-off-by: Marvin <7430964+marpme@users.noreply.github.com>
1 parent be4539c commit ff85861

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/depsmerge.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: auto-merge dependencies upgrades
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main
7+
8+
jobs:
9+
auto-merge:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v3
13+
- uses: ahmadnassri/action-dependabot-auto-merge@v2
14+
with:
15+
target: minor
16+
github-token: ${{ secrets.AUTO_MERGE_TOKEN }}

0 commit comments

Comments
 (0)