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'