Skip to content

chore: add Dependabot config#1898

Open
CorieW wants to merge 1 commit into
masterfrom
chore/add-dependabot-config
Open

chore: add Dependabot config#1898
CorieW wants to merge 1 commit into
masterfrom
chore/add-dependabot-config

Conversation

@CorieW

@CorieW CorieW commented May 29, 2026

Copy link
Copy Markdown
Member

Features and why

  • Group Dependabot minor and patch updates to reduce Dependabot PRs.
  • Add a 7-day minimum release age for dependency updates to reduce chance of pulling newly compromised npm packages, such as the Mini Shai-Hulud worm attack.

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request introduces a Dependabot configuration file (".github/dependabot.yml") to automate npm dependency updates. However, the configuration includes an invalid "cooldown" property, which will cause a schema validation error and prevent Dependabot from running. It is recommended to remove this block.

Comment thread .github/dependabot.yml
@CorieW CorieW marked this pull request as ready for review May 29, 2026 15:31

@ajperel ajperel 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.

Overall seems good. Thanks for the clear response to gemini review bot thinking cooldown wasn't supported.

I noticed digging into this that the github-actions workflows also pull things in. Should we configure dependabot for them as well? Or maybe that's on just us/Google and I should ask internally since we maintain more of that pipeline?

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.

3 participants