diff --git a/.github/workflows/update_dependencies.yml b/.github/workflows/update_dependencies.yml index c42bad94..23ce1ab5 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 21 * * 0'