Commit 277d87c
authored
ci: Add Dependabot version-update cooldown (#553)
This pull request was auto generated by the LaunchDarkly Github
Standards automation platform.
* Ensure every entry under `updates` in `.github/dependabot.yml`
declares a cooldown of at least 7 days (default-days).
* Add entries for detected package ecosystems that were not yet tracked
by Dependabot.
Cooldown applies only to version updates; security updates bypass it, so
critical CVE fixes are never delayed.
Ref: SEC-8058.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> CI/automation-only change with no runtime code; only affects how and
when Dependabot opens dependency PRs.
>
> **Overview**
> Introduces **`.github/dependabot.yml`** to turn on automated
dependency updates across the repo.
>
> Each `updates` entry uses a **weekly** schedule and a
**`cooldown.default-days: 7`** so routine version bumps are spaced out.
Coverage includes **Docker** (`examples/proxy-validation-test`),
**GitHub Actions** (repo root), and **npm** for the listed `libs/*`
packages.
>
> Per the PR intent, cooldown affects version updates only; **security
updates are not delayed**.
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
2cc7edd. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Co-authored-by: ld-repository-standards[bot] <113625520+ld-repository-standards[bot]@users.noreply.github.com>1 parent 505ee46 commit 277d87c
1 file changed
Lines changed: 68 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
0 commit comments