Skip to content

Commit b4c88e7

Browse files
feat(update_dependencies): Add a repository_dispatch trigger
1 parent 9af8d67 commit b4c88e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update_dependencies.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# This workflow requires a personal access token for uirouterbot
22
name: Weekly Dependency Bumps
33
on:
4+
repository_dispatch:
5+
types: [update_dependencies]
46
schedule:
57
- cron: '0 20 * * 0'
68

0 commit comments

Comments
 (0)