Skip to content

Remove Dependabot config, constrain node versions - #143

Merged
danbarr merged 2 commits into
mainfrom
remove-dependabot
Aug 26, 2025
Merged

Remove Dependabot config, constrain node versions#143
danbarr merged 2 commits into
mainfrom
remove-dependabot

Conversation

@danbarr

@danbarr danbarr commented Aug 26, 2025

Copy link
Copy Markdown
Collaborator

Renovate seems to be dialed in now, so removing the Dependabot config.

Also updates the node engine constraint to be more explicit and should keep Renovate from wanting to bump it.

Signed-off-by: Dan Barr 6922515+danbarr@users.noreply.github.com

Replaced by Renovate

Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
Copilot AI review requested due to automatic review settings August 26, 2025 21:18
@vercel

vercel Bot commented Aug 26, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
docs-website Ready Ready Preview Comment Aug 26, 2025 9:18pm

Copilot AI 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.

Pull Request Overview

This PR removes the Dependabot configuration in favor of using Renovate for dependency management and updates the Node.js version constraint to be more explicit. The changes streamline the project's dependency management approach by consolidating on a single tool (Renovate) and provide more precise version constraints to prevent unwanted updates.

  • Removes the entire Dependabot configuration file that was managing npm and GitHub Actions updates
  • Updates Node.js engine constraint from >=22.0 to >=22.0.0 <23.0.0 for more explicit version control

Reviewed Changes

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

File Description
.github/dependabot.yaml Complete removal of Dependabot configuration
package.json Updates Node.js engine constraint to exclude major version 23

@danbarr
danbarr merged commit af3c854 into main Aug 26, 2025
6 checks passed
@danbarr
danbarr deleted the remove-dependabot branch August 26, 2025 21:25
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