Skip to content

Commit 19f1fc3

Browse files
committed
Add workflows for Dependabot on-demand and after release triggers
1 parent fa4f6e1 commit 19f1fc3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Dependabot On-Demand
2+
3+
on:
4+
repository_dispatch:
5+
types: [trigger-dependabot]
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
12+
jobs:
13+
update:
14+
uses: gofiber/.github/.github/workflows/dependabot-on-demand.yml@main

0 commit comments

Comments
 (0)