Skip to content

chore: Add renovate configuration file for dependency management - #1039

Merged
stv0g merged 1 commit into
masterfrom
renovatebot
Aug 1, 2026
Merged

chore: Add renovate configuration file for dependency management#1039
stv0g merged 1 commit into
masterfrom
renovatebot

Conversation

@stv0g

@stv0g stv0g commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
@stv0g
stv0g requested a review from n-eiling as a code owner July 31, 2026 06:34

@leonardocarreras leonardocarreras left a comment

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.

Looks good to me...

Options for follow up PRs to increase coverage are:

  • Containers
{
  "matchManagers": ["dockerfile"],
  "matchFileNames": ["packaging/docker/**"],
  "matchUpdateTypes": ["major"],
  "enabled": false
}
  • Python
{
  "matchManagers": ["pep621"],
  "groupName": "Python dependencies"
}

@steffen-vogel-opalrt

Copy link
Copy Markdown
Contributor

I am wondering: why is the config for containers not enabled?

@leonardocarreras

leonardocarreras commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Sorry, my comment was misleading/confusing (does not increase coverage, just helps to define options)... Scan is enabled in the default recommended config...

That one was more on the direction that I understand that the "enabled": false would help to avoid it to ask you to move i.e. from fedora 42 -> 44, if you do not want that to be automatic. Another option is "dependencyDashboardApproval": true and lets you decide when it happens... But is nothing critical in any case...

@stv0g
stv0g merged commit 97269d6 into master Aug 1, 2026
54 checks passed
@stv0g
stv0g deleted the renovatebot branch August 1, 2026 14:41
@stv0g

stv0g commented Aug 1, 2026

Copy link
Copy Markdown
Contributor Author

I see. That was my assumption as well.. I think it's a good thing that we get PRs also about major updates. Wether we accept or close them is another point though

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.

3 participants