ci: security-only Dependabot + weekly poetry.lock updates - #54
Merged
blink1073 merged 2 commits intoAug 12, 2026
Merged
Conversation
blink1073
marked this pull request as ready for review
August 12, 2026 10:35
blink1073
enabled auto-merge (squash)
August 12, 2026 10:35
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
References
Same pattern as Calysto/octave_kernel#357
Description
Dependabot's
piplane has been failing outright: toml-rb cannot round-trip the mixed string/table array in[dependency-groups].dev, so it dumps the array as a Ruby literal and then fails to reparse its own output (dependabot/dependabot-core#14517). Splitting the group into homogeneous arrays fixes the crash.With that unblocked, routine version bumps move to a weekly
poetry.lockrefresh and Dependabot is narrowed to security updates, which keeps pull request noise down. The new workflow calls this repo's ownpoetry-lock-updateaction, so we dogfood it on a schedule instead of only in tests.Changes
[dependency-groups].devintodevanddev-extraso no array mixes strings with tables. The installed set is unchanged.piplane to security updates.poetry.lockupdate workflow, also runnable on demand.Backwards-incompatible changes
None
Testing
just lint-allpasses, including actionlint on the new workflow.poetry install --with dev --dry-runstill resolves bothpytestandpre-commit, confirming the group split preserves the dev set.tests.ymlalready exercisespoetry-lock-updatein dry-run mode on every push.AI usage