Skip to content

Widen oa-configurator pin to a semver range#25

Open
nicoloesch wants to merge 2 commits into
mainfrom
24-dep-version-range
Open

Widen oa-configurator pin to a semver range#25
nicoloesch wants to merge 2 commits into
mainfrom
24-dep-version-range

Conversation

@nicoloesch

@nicoloesch nicoloesch commented Jul 23, 2026

Copy link
Copy Markdown
Collaborator

Now that centralised CI/CD (#21) enforces semver-by-label upstream, oa-configurator only bumps MAJOR when a PR is labelled breaking. Replaces the exact ==0.1.2 pin with a range that tracks any compatible MINOR/PATCH release while still blocking a future MAJOR bump until it's explicitly reviewed.

Also installs the cava-devops pre-commit hook, so future dependency edits keep uv.lock surgically in sync without relying on memory:

chmod +x .githooks/pre-commit
git config core.hooksPath .githooks

No behavioural change to the resolved version at merge time.

Notes

CI on this PR will fail until cava-devops PR AustralianCancerDataNetwork/cava-devops#2 merges to main

  • ci.yml here already points at @main for the --frozen-based build-test-postgres.yml, which doesn't exist there yet. This is expected and will resolve on its own once that PR merges; no action needed here beyond waiting.

@nicoloesch nicoloesch added the dependencies Dependency update. PATCH: x.y.z+1 label Jul 23, 2026
@nicoloesch nicoloesch changed the title Widen oa-configurator pin to a semver range, add min-version CI and Dependabot Widen oa-configurator pin to a semver range Jul 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency update. PATCH: x.y.z+1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Relax oa-configurator pin to a semver range

1 participant