Skip to content

Comments

Add dependabot cooldown; bump Astro & esbuild#1808

Merged
coliff merged 1 commit intomainfrom
dev/coliff/site-icon-update
Feb 20, 2026
Merged

Add dependabot cooldown; bump Astro & esbuild#1808
coliff merged 1 commit intomainfrom
dev/coliff/site-icon-update

Conversation

@coliff
Copy link
Member

@coliff coliff commented Feb 20, 2026

Add a 7-day cooldown to Dependabot update configs to reduce frequent PR noise. Add npm and VS Code Extension links to the website social links. Bump website dependency constraints for astro (to ^5.17.3) and esbuild (to ^0.27.3) and update the lockfile accordingly.

Add a 7-day cooldown to Dependabot update configs to reduce frequent PR noise. Add npm and VS Code Extension links to the website social links. Bump website dependency constraints for astro (to ^5.17.3) and esbuild (to ^0.27.3) and update the lockfile accordingly.
Copilot AI review requested due to automatic review settings February 20, 2026 09:25
@coliff coliff merged commit 4e012bc into main Feb 20, 2026
28 of 31 checks passed
@coliff coliff deleted the dev/coliff/site-icon-update branch February 20, 2026 09:27
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

The pull request successfully updates the website dependencies to their latest versions and introduces a Dependabot cooldown to manage pull request frequency. The addition of the npm social link is a good improvement. However, the vscode icon specified for the VS Code Extension social link is not currently supported by Starlight's built-in social icon set, which will likely prevent the icon from rendering correctly in the site header.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR reduces Dependabot PR churn by adding a cooldown period, refreshes the website’s dependency versions (Astro/esbuild via lockfile), and expands the website’s social links to include npm and the VS Code extension.

Changes:

  • Add cooldown: default-days: 7 to each Dependabot update configuration.
  • Bump website’s astro dependency to ^5.17.3 and update website/package-lock.json accordingly (including updated esbuild entries under Astro).
  • Add npm + VS Code Marketplace links to Starlight social links in the website config.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.

File Description
.github/dependabot.yml Adds cooldown settings to reduce frequent Dependabot PRs.
website/astro.config.mjs Adds npm and VS Code Extension to the site’s social links.
website/package.json Updates Astro version constraint for the website.
website/package-lock.json Updates resolved dependency graph for Astro bump and related transitive deps (incl. esbuild under Astro).
Files not reviewed (1)
  • website/package-lock.json: Language not supported

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.

1 participant