Skip to content

Relax oa-configurator pin to a semver range, verify via min-version CI + Dependabot #24

Description

@nicoloesch

Now that #21 landed centralised CI/CD (label-gate + release-drafter), oa-configurator only bumps MAJOR on a breaking-labelled PR. We can stop exact-pinning it and instead allow any compatible MINOR/PATCH release through automatically.

Change in pyproject.toml:

  • oa-configurator==0.1.2oa-configurator>=0.1.2,<1.0.0
  • oa-configurator[postgres]==0.1.2 (dev extra) → oa-configurator[postgres]>=0.1.2,<1.0.0

Also wire up continuous verification (see AustralianCancerDataNetwork/cava-devops#2): add .github/dependabot.yml and a lowest-direct CI job, so the range is actually exercised rather than just declared.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions