From 14a6a77f48dd5775942cc734e240f8e39e961248 Mon Sep 17 00:00:00 2001 From: Matthieu Darbois Date: Wed, 23 Dec 2020 23:38:45 +0100 Subject: [PATCH] Run update workflow weekly (#497) --- .github/workflows/update-dependencies.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index dff17351..1b77f657 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -1,6 +1,9 @@ name: Update dependencies -on: workflow_dispatch +on: + workflow_dispatch: + schedule: + - cron: '0 6 * * 1' # "At 06:00 on Monday." jobs: update-dependencies: