Skip to content

Commit bcbf808

Browse files
committed
ci: run vendor-watch daily
1 parent 6abf475 commit bcbf808

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/vendor-watch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Vendor watch
22

33
on:
44
schedule:
5-
- cron: '0 6 * * 1' # Mondays 06:00 UTC
5+
- cron: '0 6 * * *' # daily 06:00 UTC
66
workflow_dispatch:
77

88
permissions:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Expo autolinking cannot consume Swift packages, so the pure-Swift layers of
112112
libghostty-spm (`GhosttyKit`, `GhosttyTerminal`) and `MSDisplayLink` are
113113
vendored under `ios/vendor/` as CocoaPods mirroring the upstream SPM products
114114
(all MIT, licenses included). `vendor-manifest.json` pins the upstream tags
115-
and the XCFramework checksum; `pnpm sync-vendor` re-syncs. A weekly
115+
and the XCFramework checksum; `pnpm sync-vendor` re-syncs. A daily
116116
`vendor-watch` workflow compares every pin against upstream and keeps a
117117
drift issue open while any is behind. Once React Native supports SPM
118118
dependencies this layer disappears in favor of the upstream package.

scripts/vendor-watch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ fi
5757

5858
title="Vendor drift: upstream pins are behind"
5959
body=$(cat <<EOF
60-
Weekly vendor watch found pins behind their upstreams.
60+
The daily vendor watch found pins behind their upstreams.
6161
6262
| Component | Pinned | Latest | Bump path |
6363
| --- | --- | --- | --- |

0 commit comments

Comments
 (0)