Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 28, 2025

Adds automated dependency management for GitHub Actions, npm packages, and Ruby gems with auto-merge for safe updates.

Configuration

.github/dependabot.yml

  • Daily updates for github-actions, npm, and bundler ecosystems
  • Groups vitest packages (*vitest*) to avoid fragmented PRs
  • Limits to 10 open PRs per ecosystem

.github/workflows/dependabot-auto-merge.yml

  • Auto-merges patch and minor version updates from Dependabot
  • Requires CI checks to pass before merge
  • Uses dependabot/fetch-metadata@v2 for update type detection

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • spec.openapis.org
    • Triggering command: node (vitest 2) (dns block)
    • Triggering command: node (vitest 1) (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>ci: add a dependabot configuration </issue_title>
<issue_description>Since this repository is using GitHub actions, nom and gem, it should have a dependabot configuration for the 3 package managers.
Npm should have a group for the vitest deps.
Lastly, we could also bring the auto merge workflow</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: baywet <7905502+baywet@users.noreply.github.com>
Copilot AI changed the title [WIP] Add Dependabot configuration for npm and gem ci: add dependabot configuration for actions, npm, and bundler Oct 28, 2025
Copilot AI requested a review from baywet October 28, 2025 10:38
Copilot finished work on behalf of baywet October 28, 2025 10:38
@baywet baywet marked this pull request as ready for review October 28, 2025 12:05
@ralfhandl ralfhandl self-requested a review October 28, 2025 13:30
Copy link
Contributor

@ralfhandl ralfhandl left a comment

Choose a reason for hiding this comment

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

Looks good, never used it for Ruby gems before.

@baywet baywet merged commit 1ba30f5 into main Oct 28, 2025
1 check passed
@baywet baywet deleted the copilot/add-dependabot-configuration branch October 28, 2025 13:50
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.

ci: add a dependabot configuration

3 participants