Run update workflow weekly (#497)

This commit is contained in:
Matthieu Darbois
2020-12-23 23:38:45 +01:00
committed by GitHub
parent 40ddede41b
commit 14a6a77f48
+4 -1
View File
@@ -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: