Skip to content

Commit f8593ef

Browse files
committed
ci: added update dependencies workflow
1 parent 31cab12 commit f8593ef

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Update Dependencies
2+
3+
on:
4+
pull_request_target:
5+
branches:
6+
- dev
7+
types: [labeled]
8+
9+
jobs:
10+
update-dependencies:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Checkout
14+
uses: actions/checkout@v3
15+
16+
- name: Merging Dependabot's Branch
17+
uses: ahmadnassri/action-dependabot-auto-merge@v2
18+
with:
19+
target: minor
20+
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)