Skip to content

Commit

Permalink
feat(update_dependencies): Add a repository_dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed May 17, 2020
1 parent 6c68490 commit af1f9f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update_dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# This workflow requires a personal access token for uirouterbot
name: Weekly Dependency Bumps
on:
repository_dispatch:
types: [update_dependencies]
schedule:
- cron: '0 21 * * 0'

Expand Down

0 comments on commit af1f9f8

Please sign in to comment.