chore: Add Dependabot version-update cooldown#1936
chore: Add Dependabot version-update cooldown#1936ld-repository-standards[bot] wants to merge 1 commit into
Conversation
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit ac8d54b. Configure here.
| schedule: | ||
| interval: "weekly" | ||
| cooldown: | ||
| default-days: 7 |
There was a problem hiding this comment.
Wrong Dependabot ecosystem for pnpm
Medium Severity
Every dependency update entry uses package-ecosystem: npm, but this monorepo installs and locks dependencies with pnpm (pnpm-lock.yaml, packageManager: pnpm@11.0.1, CI runs pnpm install). Dependabot’s npm updater targets package-lock.json, so version-update PRs are unlikely to refresh the lockfile the repo actually uses.
Reviewed by Cursor Bugbot for commit ac8d54b. Configure here.


This pull request was auto generated by the LaunchDarkly Github Standards automation platform.
updatesin.github/dependabot.ymldeclares a cooldown of at least 7 days (default-days).Cooldown applies only to version updates; security updates bypass it, so critical CVE fixes are never delayed.
Ref: SEC-8058.
Note
Low Risk
CI-only configuration with no runtime or application code changes; only affects how dependency update PRs are opened.
Overview
Introduces
.github/dependabot.ymlto automate dependency maintenance across the monorepo.Every
updatesentry uses a weekly schedule and acooldown.default-days: 7so version-update PRs are spaced out; security updates are unaffected by cooldown. Coverage includesgithub-actionsat the repo root and npm for the root,apps/vscode, and each package underpackages/*(box, button, components, core, drawer, dropdown, filter, focus-trap, form, icons, menu, modal, navigation, overlay, popover, portal, table, tokens, tooltip, vars).Reviewed by Cursor Bugbot for commit ac8d54b. Bugbot is set up for automated code reviews on this repo. Configure here.