renovate/lib/modules/manager/conan
Jason Sipula 1408dd1604
docs: workaround nested list format conflict (#30857)
2024-08-18 08:08:57 +00:00
..
__fixtures__ fix(conan): correct regex for packages without @user/channel but with revisions (#26702) 2024-01-18 19:02:59 +00:00
common.ts feat(conan): add revisions support (#16871) 2022-08-11 21:07:54 +02:00
extract.spec.ts fix(conan): correct regex for packages without @user/channel but with revisions (#26702) 2024-01-18 19:02:59 +00:00
extract.ts fix(conan): correct regex for packages without @user/channel but with revisions (#26702) 2024-01-18 19:02:59 +00:00
index.ts feat!: categories (#16534) 2023-07-04 19:21:52 +02: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.