Skip to content

More renovate configuration#4922

Open
LecrisUT wants to merge 1 commit into
mainfrom
renovate/reconfigure
Open

More renovate configuration#4922
LecrisUT wants to merge 1 commit into
mainfrom
renovate/reconfigure

Conversation

@LecrisUT
Copy link
Copy Markdown
Member

No description provided.

Signed-off-by: Cristian Le <git@lecris.dev>
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

Disable the Dependency Dashboard and enable lock file maintenance in the Renovate configuration. Remove the lock file maintenance configuration if the repository lacks a supported lock file.

Comment thread .github/renovate.json
Comment on lines +52 to +55
"lockFileMaintenance": {
"enabled": true,
"groupName": "Locked dependencies"
}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The lockFileMaintenance feature is only effective if the repository contains a supported lockfile (e.g., poetry.lock, pdm.lock, or hatch.lock). If no lockfile is committed in the repository, remove this configuration to avoid unnecessary clutter.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Why do I have to deal with this??? ☝️

@tmt-renovate-bot
Copy link
Copy Markdown

tmt-renovate-bot Bot commented May 21, 2026

Reconfigure PR Results

This is a reconfigure PR comment to help you understand and re-configure your renovate bot settings. If this Reconfigure PR were to be merged, we'd expect to see the following outcome:


Detected Package Files

  • containers/Containerfile.full (dockerfile)
  • containers/Containerfile.mini (dockerfile)
  • containers/Containerfile.renovate (dockerfile)
  • containers/alpine/Containerfile (dockerfile)
  • containers/alpine/Containerfile.upstream (dockerfile)
  • containers/centos/7/Containerfile (dockerfile)
  • containers/centos/7/Containerfile.upstream (dockerfile)
  • containers/centos/stream10/Containerfile (dockerfile)
  • containers/centos/stream10/Containerfile.upstream (dockerfile)
  • containers/centos/stream9/Containerfile (dockerfile)
  • containers/centos/stream9/Containerfile.upstream (dockerfile)
  • containers/debian/12.7/Containerfile.upstream (dockerfile)
  • containers/fedora/42/Containerfile (dockerfile)
  • containers/fedora/42/Containerfile.unprivileged (dockerfile)
  • containers/fedora/42/Containerfile.upstream (dockerfile)
  • containers/fedora/42/bootc/Containerfile (dockerfile)
  • containers/fedora/43/Containerfile (dockerfile)
  • containers/fedora/43/Containerfile.unprivileged (dockerfile)
  • containers/fedora/43/Containerfile.upstream (dockerfile)
  • containers/fedora/coreos/Containerfile (dockerfile)
  • containers/fedora/coreos/ostree/Containerfile (dockerfile)
  • containers/fedora/eln/Containerfile (dockerfile)
  • containers/fedora/eln/Containerfile.unprivileged (dockerfile)
  • containers/fedora/eln/Containerfile.upstream (dockerfile)
  • containers/fedora/latest/Containerfile (dockerfile)
  • containers/fedora/latest/Containerfile.unprivileged (dockerfile)
  • containers/fedora/latest/Containerfile.upstream (dockerfile)
  • containers/fedora/latest/bootc/Containerfile (dockerfile)
  • containers/fedora/rawhide/Containerfile (dockerfile)
  • containers/fedora/rawhide/Containerfile.unprivileged (dockerfile)
  • containers/fedora/rawhide/Containerfile.upstream (dockerfile)
  • containers/ubi/8/Containerfile.upstream (dockerfile)
  • containers/ubi/9/Containerfile.upstream (dockerfile)
  • containers/ubuntu/22.04/Containerfile.upstream (dockerfile)
  • .github/workflows/build-and-publish-renovate.yml (github-actions)
  • .github/workflows/ci.yml (github-actions)
  • .github/workflows/publish-images.yml (github-actions)
  • .github/workflows/release.yml (github-actions)
  • .github/workflows/renovate.yml (github-actions)
  • .github/workflows/step-build-wheel.yml (github-actions)
  • .github/workflows/step-doc-tests.yml (github-actions)
  • .github/workflows/step-pre-commit.yml (github-actions)
  • .github/workflows/step-shellcheck.yml (github-actions)
  • pyproject.toml (pep621)
  • .pre-commit-config.yaml (pre-commit)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Enable Renovate Dependency Dashboard creation.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests (except for nuget) directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Show only the Age and Confidence Merge Confidence badges for pull requests.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.
  • Ensure that every dependency pinned by digest and sourced from GitHub.com contains a link to the commit-to-commit diff
  • Correctly link to the source code for golang.org/x packages
  • Link to pkg.go.dev/... for golang.org/x packages' title
  • Enable the pre-commit manager.
  • Disable semantic prefixes for commit messages and PR titles.
  • Disable Renovate Dependency Dashboard creation.

What to Expect

With your current configuration, Renovate will create 3 Pull Requests:

Update renovatebot/github-action action to v46.1.14
  • Schedule: ["at any time"]
  • Branch name: renovate/github-actions
  • Merge into: main
  • Upgrade renovatebot/github-action to v46.1.14
Lock file maintenance Locked dependencies
  • Schedule: ["before 4am on monday"]
  • Branch name: renovate/locked-dependencies
  • Merge into: main
  • Regenerate lock files to use latest dependency versions - Upgrade setuptools to <83
  • Upgrade types-requests to <2.33.0.20260519
Update Pre-commit Dependencies

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.

1 participant