This repository was archived by the owner on Jul 16, 2026. It is now read-only.
Commit 92ae9e4
chore: enable OSV alerts and restore bi-weekly major cadence (#26)
* chore: enable OSV vulnerability alerts
Turn on osvVulnerabilityAlerts so Renovate flags packages with known
CVE/OSV entries, and let vulnerability alert PRs bypass the regular
weekly schedule so security fixes can open any time.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* chore: restore bi-weekly cadence for major updates via cron
Add a cron schedule to the bundled major-updates rule that matches the
first and third Monday of each month (days 1-7 and 15-21), giving
exact 14-day spacing. Without this, minimumReleaseAge alone only acts
as a staleness floor and the bundled PR can refresh weekly. With the
cron, the major dependencies PR only refreshes bi-weekly, honoring the
original "every 2 weeks" intent.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent e33979b commit 92ae9e4
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
16 | | - | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | | - | |
| 23 | + | |
| 24 | + | |
20 | 25 | | |
21 | 26 | | |
22 | 27 | | |
| |||
0 commit comments