Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(datasource/deb): document steps for Artifactory #31110

Merged
merged 12 commits into from
Sep 17, 2024
7 changes: 4 additions & 3 deletions lib/modules/datasource/deb/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@

- depend on Debian-based systems, or
- depend on Debian-based distributions, like Ubuntu
By default, Renovate does not detect Debian dependencies.
For Renovate to update dependencies, you must combine the Debian datasource with [regex managers](../../manager/regex/index.md).

**Registry URL**
By default, Renovate does not detect Debian dependencies.
For Renovate to update dependencies, you must combine the Debian datasource with [regex managers](../../manager/regex/index.md).

## Set URL when using a Debian repository

Check failure on line 10 in lib/modules/datasource/deb/readme.md

View workflow job for this annotation

GitHub Actions / lint-docs

Headings should be surrounded by blank lines

lib/modules/datasource/deb/readme.md:10 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## Set URL when using a Debian repository"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md022.md
secustor marked this conversation as resolved.
Show resolved Hide resolved
To use a Debian repository with the datasource, you must set a properly formatted URL with specific query parameters as `registryUrl`:

- `components`: Comma-separated list of repository components (e.g., `main,contrib,non-free`).
Expand Down
Loading