renovate/lib/modules/manager/conan
Risu 397ab49ef3
docs(managers): add missing url and displayName (#32621)
Co-authored-by: Michael Kriese <michael.kriese@gmx.de>
2024-12-01 08:47:27 +00:00
..
__fixtures__ feat(manager/conan): Conan 1 package name compatibility (#32425) 2024-11-16 07:14:13 +00:00
common.ts feat(conan): add revisions support (#16871) 2022-08-11 21:07:54 +02:00
extract.spec.ts feat(manager/conan): Conan 1 package name compatibility (#32425) 2024-11-16 07:14:13 +00:00
extract.ts feat(manager/conan): Conan 1 package name compatibility (#32425) 2024-11-16 07:14:13 +00:00
index.ts docs(managers): add missing url and displayName (#32621) 2024-12-01 08:47:27 +00:00
range.spec.ts feat(config)!: default to rangeStrategy=auto, prefer update-lockfile (#19942) 2023-03-10 09:25:45 +01:00
range.ts feat(config)!: default to rangeStrategy=auto, prefer update-lockfile (#19942) 2023-03-10 09:25:45 +01:00
readme.md docs: workaround nested list format conflict (#30857) 2024-08-18 08:08:57 +00:00

readme.md

!!! warning The Conan package manager is disabled by default due to slowness in the Conan API. We recommend you only enable it for low volume experimental purposes until issue #14170 is resolved.

Renovate can upgrade dependencies in conanfile.txt or conanfile.py files.

How it works:

  1. Renovate searches in each repository for any conanfile.txt or conanfile.py file
  2. Renovate extracts existing dependencies from:
    • the [requires] and [build_requires] sections in the conanfile.txt format
    • the requirements() and build_requirements() functions in the conanfile.py format
    • and the python_requires, requires and build_requires variables in the conanfile.py format
  3. Renovate resolves the dependency's version using the Conan v2 API
  4. If Renovate finds an update, Renovate will update conanfile.txt or conanfile.py

Enabling Conan updating

Renovate updates Conan packages by default.