Skip to content

Use increase-if-necessary versioning strategy for dependabot pip updates#247

Merged
timlaing merged 1 commit into
mainfrom
copilot/limit-dependabot-updates
Jun 30, 2026
Merged

Use increase-if-necessary versioning strategy for dependabot pip updates#247
timlaing merged 1 commit into
mainfrom
copilot/limit-dependabot-updates

Conversation

Copilot AI commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Dependabot was proposing pip updates to the absolute latest versions, producing PRs with no valid dependency solution against homeassistant's transitive constraints and causing CI failures.

Change

  • Added versioning-strategy: increase-if-necessary to the pip ecosystem block in .github/dependabot.yml
- package-ecosystem: "pip"
  directory: "/"
  schedule:
    interval: "daily"
  versioning-strategy: increase-if-necessary

This limits Dependabot to only loosening version constraints when strictly required, rather than always targeting the latest available release.

@timlaing timlaing merged commit 9259165 into main Jun 30, 2026
16 checks passed
@timlaing timlaing deleted the copilot/limit-dependabot-updates branch June 30, 2026 18:44
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