chore: Add renovate configuration file for dependency management - #1039
Conversation
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
leonardocarreras
left a comment
There was a problem hiding this comment.
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"
}|
I am wondering: why is the config for containers not enabled? |
|
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 |
|
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 |
No description provided.