Skip to content

fix: dependabot cooldown semver-patch-days minimum is 1#256

Merged
solidsnakedev merged 1 commit intomainfrom
fix/dependabot-cooldown
Apr 16, 2026
Merged

fix: dependabot cooldown semver-patch-days minimum is 1#256
solidsnakedev merged 1 commit intomainfrom
fix/dependabot-cooldown

Conversation

@solidsnakedev
Copy link
Copy Markdown
Collaborator

semver-patch-days: 0 is invalid — minimum is 1. Fixes the config parse error blocking Dependabot from running.

Copilot AI review requested due to automatic review settings April 16, 2026 23:02
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Fixes an invalid Dependabot configuration value (semver-patch-days: 0) that prevents Dependabot from parsing the config and running, by updating it to the documented minimum value.

Changes:

  • Update Dependabot cooldown setting semver-patch-days from 0 to 1 to satisfy the minimum allowed value.

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

@solidsnakedev solidsnakedev merged commit 080cc8d into main Apr 16, 2026
13 checks passed
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