Skip to content

chore: add renovate.json to control Konflux / Mintmaker dependency update behavior - #86

Open
rhartuv wants to merge 1 commit into
RHEcosystemAppEng:mainfrom
rhartuv:renovate
Open

chore: add renovate.json to control Konflux / Mintmaker dependency update behavior#86
rhartuv wants to merge 1 commit into
RHEcosystemAppEng:mainfrom
rhartuv:renovate

Conversation

@rhartuv

@rhartuv rhartuv commented Sep 3, 2026

Copy link
Copy Markdown

Description

Add renovate.json to control Konflux / Mintmaker dependency update behavior.

Why

Mintmaker was opening many routine upgrade PRs (lock file maintenance, UBI/golang base images, Tekton catalog digests). We want security/CVE updates only, not noise.

Configuration

  • osvVulnerabilityAlerts: true — open PRs for known CVEs (Python/uv, Containerfiles, Tekton)
  • lockFileMaintenance: false — no lock-only uv.lock refresh PRs
  • Disable routine major / minor / patch / pin / digest bumps across all managers

Team process for Mintmaker PRs

Do not auto-merge. PRs are created by red-hat-konflux-kflux-prd-rh02[bot].

When a Python security PR is opened:

  1. Confirm pyproject.toml and uv.lock are both updated (if only uv.lock changed, align pyproject.toml manually).
  2. Wait for CI / Konflux PipelineRun to pass.
  3. Merge only when green.

Takes effect

After merge to main - Mintmaker reads renovate.json from the default branch.

@rhartuv
rhartuv requested review from GuyZivRH and nemerna September 3, 2026 15:43
@rhartuv rhartuv self-assigned this Sep 3, 2026
@rhartuv rhartuv added the enhancement New feature or request label Sep 3, 2026
@rhartuv rhartuv changed the title chore: dd renovate.json to control Konflux / Mintmaker dependency update behavior chore: add renovate.json to control Konflux / Mintmaker dependency update behavior Sep 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant