@leaflink/dom-testing-utils 0.0.0-PR-286--3556fb3 → 0.0.0-PR-287--433984e

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -57,7 +57,7 @@ Dependency updates are handled by self-hosted [Renovate](https://docs.renovatebo
57
57
 
58
58
  ### Schedule
59
59
 
60
- - Workflow cron wakes Renovate hourly; Renovate only opens or rebases PRs between **1am–5am America/New_York**, every day (`updateNotScheduled: false` keeps rebases inside the window too).
60
+ - Workflow cron wakes Renovate hourly; Renovate only opens or rebases PRs on **Mondays between 1am–5am America/New_York** (`updateNotScheduled: false` keeps rebases inside the window too). Security PRs skip the window.
61
61
  - A new release must be **≥ 10 days old** (`minimumReleaseAge`) before Renovate will propose it — buffer against compromised/withdrawn publishes. Pending updates park on the Dependency Dashboard (`internalChecksFilter: strict`) instead of opening un-mergeable PRs. pnpm enforces the same gate at install time (`minimumReleaseAge` in `pnpm-workspace.yaml`), covering the transitives Renovate doesn't gate. `@leaflink/*` packages are exempt on both sides.
62
62
  - Merging is GitHub-native auto-merge (see [Auto-merge](#auto-merge)) and lands as soon as required CI passes — independent of Renovate's schedule.
63
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leaflink/dom-testing-utils",
3
- "version": "0.0.0-PR-286--3556fb3",
3
+ "version": "0.0.0-PR-287--433984e",
4
4
  "description": "Frontend DOM testing utilities",
5
5
  "packageManager": "pnpm@11.22.0",
6
6
  "engines": {