Skip to content

konflux: Renovate only updates tekton pipelines#903

Merged
tisnik merged 1 commit intolightspeed-core:mainfrom
raptorsun:renovate-config
Dec 10, 2025
Merged

konflux: Renovate only updates tekton pipelines#903
tisnik merged 1 commit intolightspeed-core:mainfrom
raptorsun:renovate-config

Conversation

@raptorsun
Copy link
Contributor

@raptorsun raptorsun commented Dec 10, 2025

Description

This activate Renovate automatic version updates for Tekton pipelines only, ignoring other dependencies such as the python packages.
After merging this, we need to remove the annotation mintmaker.appstudio.redhat.com/disabled=true from its Konflux component.

Type of change

  • Refactor
  • New feature
  • Bug fix
  • CVE fix
  • Optimization
  • Documentation Update
  • Configuration Update
  • Bump-up service version
  • Bump-up dependent library
  • Bump-up library or tool used for development (does not change the final image)
  • CI configuration change
  • Konflux configuration change
  • Unit tests improvement
  • Integration tests improvement
  • End to end tests improvement

Tools used to create PR

Identify any AI code assistants used in this PR (for transparency and review context)

  • Assisted-by: (e.g., Claude, CodeRabbit, Ollama, etc., N/A if not used)
  • Generated by: (e.g., tool name and version; N/A if not used)

Related Tickets & Documents

  • Related Issue #
  • Closes #

Checklist before requesting a review

  • I have performed a self-review of my code.
  • PR has passed all pre-merge test jobs.
  • If it is a core feature, I have added thorough tests.

Testing

  • Please provide detailed steps to perform tests related to this code change.
  • How were the fix/results from this change verified? Please provide relevant screenshots or results.

Summary by CodeRabbit

  • Chores
    • Added Renovate configuration to enable automated dependency management with Tekton manager support.

✏️ Tip: You can customize this high-level summary in your review settings.

Signed-off-by: Haoyu Sun <hasun@redhat.com>
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 10, 2025

Walkthrough

A new Renovate configuration file has been added to enable the Tekton manager, integrating dependency update automation via Renovate with support for Tekton resources.

Changes

Cohort / File(s) Summary
Renovate configuration
renovate.json
Added Renovate schema configuration with Tekton manager enabled for automated dependency updates

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: enabling Renovate to update only Tekton pipelines, which matches the renovate.json configuration addition.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

📜 Recent review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 008a010 and 740c17d.

📒 Files selected for processing (1)
  • renovate.json (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (6)
  • GitHub Check: build-pr
  • GitHub Check: Konflux kflux-prd-rh02 / lightspeed-stack-on-pull-request
  • GitHub Check: E2E: library mode / azure
  • GitHub Check: E2E: server mode / azure
  • GitHub Check: E2E: server mode / ci
  • GitHub Check: E2E: library mode / ci
🔇 Additional comments (1)
renovate.json (1)

1-6: Verify that Tekton file patterns are configured (either in this file or inherited from MintMaker base).

The configuration correctly uses enabledManagers to restrict Renovate to the Tekton manager only, which properly disables all other managers including Python packages. However, the Tekton manager does not have a default managerFilePatterns pattern, meaning it won't match any files until you set a managerFilePatterns pattern to avoid problems with unrelated YAML files.

Without file patterns configured, the Tekton manager will discover no dependencies despite being enabled. Either:

  1. The MintMaker base configuration already provides Tekton file patterns (likely in Konflux context), making this a valid override, or
  2. You need to add explicit Tekton file pattern configuration.

For example, the following config matches all YAML files: { "tekton": { "managerFilePatterns": ["/\.yaml$/", "/\.yml$/"] } }


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@tisnik tisnik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tisnik tisnik merged commit a946590 into lightspeed-core:main Dec 10, 2025
22 of 26 checks passed
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.

2 participants