Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 18, 2025

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:

  • Start dependency updates only once this onboarding PR is merged
  • Hopefully safe environment variables to allow users to configure.
  • Show all Merge Confidence badges for pull requests.
  • 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.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.
  • Pin Docker digests.
  • Pin github-action digests.
  • Enable Renovate configuration migration PRs when needed.
  • Pin dependency versions for development dependencies.
  • Schedule during typical non-office hours on weekdays (i.e., 10 PM - 5 AM) and anytime on weekends.
  • Run Renovate on following schedule: * 0-4,22-23 * * 1-5,* * * * 0,6

🔡 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.

@coveralls
Copy link

coveralls commented Jun 18, 2025

Pull Request Test Coverage Report for Build 15879290254

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 50.485%

Totals Coverage Status
Change from base Build 15712668272: 0.0%
Covered Lines: 156
Relevant Lines: 309

💛 - Coveralls

Hopefully this is a cleaner approach to telling Renovate to ignore
minor version updates for Python.
@cabutlermit cabutlermit force-pushed the renovate/configure branch 2 times, most recently from 2c635ec to 825f8e1 Compare June 25, 2025 14:33
@cabutlermit cabutlermit requested a review from a team June 25, 2025 14:36
Comment on lines +7 to +12
{
"matchPackageNames": ["python"],
"matchUpdateTypes": ["minor"],
"enabled": false,
"description": "Disable minor version updates for Python"
}
Copy link

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.

Copy link

@ehanson8 ehanson8 left a 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

@cabutlermit
Copy link
Collaborator

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

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... 😁

@cabutlermit cabutlermit merged commit 076d1ba into main Jun 26, 2025
2 of 4 checks passed
@ehanson8
Copy link

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!

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.

4 participants