Skip to content

chore: enable weekly Dependabot version updates - #785

Merged
Hananel-Hazan merged 1 commit into
masterfrom
chore/dependabot-version-updates
Sep 2, 2026
Merged

chore: enable weekly Dependabot version updates#785
Hananel-Hazan merged 1 commit into
masterfrom
chore/dependabot-version-updates

Conversation

@Hananel-Hazan

Copy link
Copy Markdown
Collaborator

Only Dependabot security updates ran on this repository until now. That is why poetry.lock drifted far enough to accumulate 12 open alerts before anyone looked, six of them a single GitPython advisory that stayed unfixed because PR #779 failed to deliver the bump (see #781).

This adds weekly version updates for two ecosystems:

Ecosystem Behaviour
pip Minor and patch bumps arrive as one grouped pull request, so routine maintenance is a single review rather than twenty. Major bumps stay separate.
github-actions Action versions are their own supply chain surface. A compromised or abandoned action runs with access to the workflow.

open-pull-requests-limit is 5 per ecosystem.

torch and torchvision are excluded from version updates

They are pinned to exact versions served from the custom CUDA wheel index declared in pyproject.toml, and the two have to move together. Routine bumps would either break that pairing or silently pull the plain PyPI build instead of the cu130 one, so they are upgraded by hand.

The exclusions are scoped to version-update:semver-* types only, which means Dependabot security alerts for torch and torchvision still come through. That matters: one of the 12 alerts just closed was a torch advisory.

🤖 Generated with Claude Code

Until now only Dependabot security updates ran on this repository. That is why
poetry.lock drifted far enough to accumulate 12 open security alerts before
anyone noticed, six of which were a single GitPython advisory left unfixed since
PR #779 failed to deliver the bump (see #781).

Two ecosystems, both weekly:

  pip              minor and patch bumps arrive as one grouped pull request so
                   routine maintenance is a single review. Major bumps stay
                   separate.
  github-actions   action versions are their own supply chain surface; a
                   compromised action runs with access to the workflow.

torch and torchvision are excluded from version updates. They are pinned to
exact versions from the custom CUDA wheel index in pyproject.toml and have to
move together, so routine bumps would break the pairing or pull the plain PyPI
build instead. The exclusions are scoped to version-update types only, so
security alerts for torch and torchvision still come through.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@Hananel-Hazan
Hananel-Hazan merged commit 063f30c into master Sep 2, 2026
10 checks passed
@Hananel-Hazan
Hananel-Hazan deleted the chore/dependabot-version-updates branch September 2, 2026 23:39
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.

1 participant