Skip to content

Automate Dependabot updates#9

Merged
DavidVeksler merged 1 commit into
mainfrom
codex/dependabot-fleet
Jul 18, 2026
Merged

Automate Dependabot updates#9
DavidVeksler merged 1 commit into
mainfrom
codex/dependabot-fleet

Conversation

@DavidVeksler

Copy link
Copy Markdown
Owner

Summary

Standardize dependency maintenance for the repository.

  • .github/dependabot.yml

Patch and minor updates are eligible for automatic merging only after existing pull-request CI remains successful. Major updates remain manual. The auto-merge workflow is metadata-only and never checks out PR code with write permissions.

This PR does not deploy or change production configuration.

Copilot AI review requested due to automatic review settings July 18, 2026 13:23

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

Pull request overview

This PR introduces a Dependabot configuration to standardize automated dependency update PRs for the repository.

Changes:

  • Adds Dependabot v2 config for weekly npm dependency checks at the repo root.
  • Introduces grouping rules to bundle minor/patch version updates and security updates into grouped PRs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/dependabot.yml
Comment on lines +5 to +8
- package-ecosystem: "npm"
directories:
- "/"
schedule:
Comment thread .github/dependabot.yml
Comment on lines +1 to +2
# Managed by DavidVeksler/dependabot-fleet
version: 2
@DavidVeksler
DavidVeksler merged commit de9c5d8 into main Jul 18, 2026
1 check passed
@DavidVeksler
DavidVeksler deleted the codex/dependabot-fleet branch July 18, 2026 13:30
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.

2 participants