Skip to content

Limit automated dependency updates#13

Merged
almondsun merged 1 commit into
mainfrom
chore/dependabot-policy
Jul 11, 2026
Merged

Limit automated dependency updates#13
almondsun merged 1 commit into
mainfrom
chore/dependabot-policy

Conversation

@almondsun

Copy link
Copy Markdown
Owner

Summary

  • ignore breaking major-version npm and Cargo updates
  • continue grouping routine minor and patch updates
  • keep GitHub Actions update automation enabled

Validation

  • parsed Dependabot YAML with Ruby
  • ran git diff --check

This prevents a new repository from being flooded with unrelated breaking-upgrade pull requests.

Copilot AI review requested due to automatic review settings July 11, 2026 02:10

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 adjusts the repository’s Dependabot configuration to reduce noise from breaking major-version upgrades while preserving automated dependency maintenance for routine updates and GitHub Actions.

Changes:

  • Added an ignore rule to skip all semver-major updates for npm dependencies.
  • Added an ignore rule to skip all semver-major updates for cargo dependencies.
  • Kept existing minor/patch grouping and the github-actions update configuration intact.

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

@almondsun
almondsun merged commit 98d50bc into main Jul 11, 2026
7 checks passed
@almondsun
almondsun deleted the chore/dependabot-policy branch July 11, 2026 02:12
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