Skip to content

chore: Add Dependabot version-update cooldown#322

Open
ld-repository-standards[bot] wants to merge 2 commits into
mainfrom
ld-github-standards/add-dependabot-cooldown
Open

chore: Add Dependabot version-update cooldown#322
ld-repository-standards[bot] wants to merge 2 commits into
mainfrom
ld-github-standards/add-dependabot-cooldown

Conversation

@ld-repository-standards

@ld-repository-standards ld-repository-standards Bot commented Jun 30, 2026

Copy link
Copy Markdown

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.


Note

Low Risk
CI/automation-only change to dependency update timing; no application runtime or security logic is modified.

Overview
Introduces .github/dependabot.yml to automate dependency updates across the monorepo.

Every updates entry uses a weekly schedule and a cooldown.default-days: 7 so version-update PRs are spaced out; security updates are unaffected by cooldown per Dependabot behavior.

Coverage includes github-actions (repo root), gradle for Flutter example Android trees, and pub for the root plus apps (flutter_client_contract_test_service, sse_contract_test_service) and packages (common, common_client, event_source_client, flutter_client_sdk and its examples).

Reviewed by Cursor Bugbot for commit c1885bb. Bugbot is set up for automated code reviews on this repo. Configure here.

@ld-repository-standards ld-repository-standards Bot requested a review from a team June 30, 2026 06:11
@ld-repository-standards ld-repository-standards Bot requested a review from a team as a code owner June 30, 2026 06:11
@ld-repository-standards ld-repository-standards Bot requested a review from a team June 30, 2026 06:11

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ 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 c1885bb. Configure here.

Comment thread .github/dependabot.yml
schedule:
interval: "weekly"
cooldown:
default-days: 7

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependabot targets missing example_fdv2

Medium Severity

Three new Dependabot updates entries point at packages/flutter_client_sdk/example_fdv2 (pub plus two Gradle paths), but that directory is not in the repository—only example/ exists under flutter_client_sdk. Dependabot will fail those jobs with missing manifest errors instead of scheduling updates.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit c1885bb. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants