From d7a977756193c567dd6a9d5bfa1dcc201771219d Mon Sep 17 00:00:00 2001 From: Chris Thielen Date: Sun, 17 May 2020 16:06:41 -0700 Subject: [PATCH] feat(update_dependencies): Add a repository_dispatch trigger --- .github/workflows/update_dependencies.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update_dependencies.yml b/.github/workflows/update_dependencies.yml index 166a1dd9d..410430bbe 100644 --- a/.github/workflows/update_dependencies.yml +++ b/.github/workflows/update_dependencies.yml @@ -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 20 * * 0'