|
@@ -1,5 +1,7 @@
|
|
|
name: "Update Preview Dependencies (feat/v2-ci)"
|
|
|
on:
|
|
|
+ schedule:
|
|
|
+ - cron: "15 */3 * * *" # every three hours
|
|
|
workflow_dispatch:
|
|
|
|
|
|
jobs:
|
|
@@ -66,4 +68,4 @@ jobs:
|
|
|
base: "feat/v2-ci"
|
|
|
add-paths: yarn.lock
|
|
|
committer: "GitHub <noreply@github.com>"
|
|
|
- author: "GitHub <github-actions[bot]@users.noreply.github.com>"
|
|
|
+ author: "GitHub <github-actions[bot]@users.noreply.github.com>"
|