Skip to content
Snippets Groups Projects

Configure Renovate

Open Prokop Simek requested to merge renovate/configure into master

Welcome to Renovate! This is an onboarding MR to help you understand and configure settings before regular Merge Requests begin.

:vertical_traffic_light: To activate Renovate, merge this Merge Request. To disable Renovate, simply close this Merge Request unmerged.


Detected Package Files

  • .github/workflows/python-app.yml (github-actions)
  • requirements.txt (pip_requirements)

Configuration Summary

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

  • Start dependency updates only once this onboarding MR is merged
  • 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 all dependency versions except peerDependencies.
  • Rebase existing MRs any time the base branch has been updated.
  • Disable Docker updates.
  • Group all minor and patch updates together.
  • Weekly schedule on early Monday mornings (before 4 AM).
  • Run Renovate on following schedule: * 0-3 * * 1

:abcd: Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Merge Request description the next time it runs.


What to Expect

With your current configuration, Renovate will create 10 Merge Requests:

Update all non-major dependencies
Update dependency anyio to v4
  • Schedule: ["* 0-3 * * 1"]
  • Branch name: renovate/anyio-4.x
  • Merge into: master
  • Upgrade anyio to ==4.8.0
Update dependency certifi to v2024
  • Schedule: ["* 0-3 * * 1"]
  • Branch name: renovate/certifi-2024.x
  • Merge into: master
  • Upgrade certifi to ==2024.12.14
Update dependency greenlet to v3
  • Schedule: ["* 0-3 * * 1"]
  • Branch name: renovate/greenlet-3.x
  • Merge into: master
  • Upgrade greenlet to ==3.1.1
Update dependency httpcore to v1
  • Schedule: ["* 0-3 * * 1"]
  • Branch name: renovate/httpcore-1.x
  • Merge into: master
  • Upgrade httpcore to ==1.0.7
Update dependency packaging to v24
  • Schedule: ["* 0-3 * * 1"]
  • Branch name: renovate/packaging-24.x
  • Merge into: master
  • Upgrade packaging to ==24.2
Update dependency pydantic to v2
  • Schedule: ["* 0-3 * * 1"]
  • Branch name: renovate/pydantic-2.x
  • Merge into: master
  • Upgrade pydantic to ==2.10.5
Update dependency pytest to v8
  • Schedule: ["* 0-3 * * 1"]
  • Branch name: renovate/pytest-8.x
  • Merge into: master
  • Upgrade pytest to ==8.3.4
Update dependency watchfiles to v1
  • Schedule: ["* 0-3 * * 1"]
  • Branch name: renovate/watchfiles-1.x
  • Merge into: master
  • Upgrade watchfiles to ==1.0.4
Update dependency websockets to v14
  • Schedule: ["* 0-3 * * 1"]
  • Branch name: renovate/websockets-14.x
  • Merge into: master
  • Upgrade websockets to ==14.1

:children_crossing: Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for prhourlylimit for details.


:warning: Warning

Please correct - or verify that you can safely ignore - these dependency lookup failures before you merge this MR.

  • Failed to look up github-tags package actions/checkout
  • Failed to look up github-tags package actions/setup-python

Files affected: .github/workflows/python-app.yml


:question: 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 MR has been generated by Renovate Bot.

Edited by Prokop Simek

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
Please register or sign in to reply
Loading