-
Notifications
You must be signed in to change notification settings - Fork 0
Configure Renovate #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Pull Request Test Coverage Report for Build 15879290254Details
💛 - Coveralls |
Hopefully this is a cleaner approach to telling Renovate to ignore minor version updates for Python.
2c635ec
to
825f8e1
Compare
{ | ||
"matchPackageNames": ["python"], | ||
"matchUpdateTypes": ["minor"], | ||
"enabled": false, | ||
"description": "Disable minor version updates for Python" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent - assuming this works, feels like the right configuration.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good but I would run make update
to resolve that urllib3 2.4.0
vulnerability, we don't usually let those slide in CI
I'm going to leave that in place for now since I'm curious how Renovate will pick it up. I'm also likely to change this config again in the next day or two as I continue to read the docs... 😁 |
Fair point! |
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
.github/workflows/ci.yml
(github-actions)Pipfile
(pipenv).python-version
(pyenv)renovate.json
(renovate-config-presets)Configuration Summary
Based on the default config's presets, Renovate will:
fix
for dependencies andchore
for all others if semantic commits are in use.node_modules
,bower_components
,vendor
and various test/tests (except for nuget) directories.github-action
digests.🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to
renovate.json
in this branch. Renovate will update the Pull Request description the next time it runs.What to Expect
It looks like your repository dependencies are already up-to-date and no Pull Requests will be necessary right away.
❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.
This PR was generated by Mend Renovate. View the repository job log.