Skip to content
Snippets Groups Projects
Commit e5a51408 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

docs: add and enforce readme files for each manager

Closes #5597
parent 5eff5b8b
No related branches found
No related tags found
No related merge requests found
Showing
with 21 additions and 2 deletions
Extracts Ansible Galaxy dependencies from configuration files used by the `ansible-galaxy` CLI tool.
Supports Docker-type dependency extraction from Ansible configuration files.
Used for updating Docker dependencies in Buildkite configuration files.
The `bundler` manager is used to extract dependencies from `Gemfile` and `Gemfile.lock` files.
Extracts dependencies from `Cargo.toml` files, and also updates `Cargo.lock` files too if found.
**Important**: This manager isn't aware of subresource integrity (SRI) hashes. It will search/replace any matching url it finds, without consideration for things such as script integrity hashes. **Important**: This manager isn't aware of subresource integrity (SRI) hashes. It will search/replace any matching url it finds, without consideration for things such as script integrity hashes. Use the `html` manager instead if you need SRI updating.
To enable this manager, add the matching files to `cdnurl.fileMatch`. For example: To enable this manager, add the matching files to `cdnurl.fileMatch`. For example:
......
The `circleci` manager extracts both `docker` as well as `orb` datasources from CircleCI config files.
Extracts dependencies from `composer.json` files, and keeps the associated `composer.lock` file updated too.
Extracts Maven dependencies from `deps.edn` files.
Extracts all Docker images from with Docker Compose YAML files.
Extracts all Docker images in a `Dockerfile`.
Extracts docker-type dependencies from DroneCI config files.
Keeps git submodules updated within a repository.
Extracts "includes" dependencies from `gitlab-ci.yml` files.
Extracts Docker dependencies from `gitlab-ci.yml` files.
Renovate extracts Gradle dependencies by calling a custom Gradle script. The Gradle binary is then used to extract Maven-type dependencies.
Renovate supports updating Helm Chart references within `requirements.yaml` files. If your Helm charts make use of Aliases then you will need to configure an `aliases` object in your config to tell Renovate where to look for them. Renovate supports updating Helm Chart references within `requirements.yaml` files.
If your Helm charts make use of Aliases then you will need to configure an `aliases` object in your config to tell Renovate where to look for them.
Checks `helmfile.yml` files and extracts dependencies for the `helm` datasource.
The `html` manager extracts scripts and CSS includes pointing to cdnjs. It differs from the `cdnjs` manager in that it detects if an integrity hash is already present and updates it too if found.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment