You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This also makes sure that our URL fragments should be more consistent
over the years, as duplicate names (across parent and child options)
cannot clash.
This also corrects links from the code to include the new fragment.
Co-authored-by: Claude Sonnet 4.6 <jamie.tanna+claude-code@mend.io>
Copy file name to clipboardExpand all lines: docs/usage/key-concepts/changelogs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Set to `off` if changelog fetching is causing a problem.
34
34
35
35
Set to `branch` if you have an advanced use case where you're embedding changelogs in the Git commit itself, we don't recommend this due to its potential size.
This doesn't help with _fetching_ the changelogs, but if you configure it then Renovate will include a link to this URL in the PR body, so users can click through to read the changelog.
Copy file name to clipboardExpand all lines: docs/usage/self-hosted-configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1041,7 +1041,7 @@ If you use the Mend Renovate Enterprise Edition (Renovate EE) and:
1041
1041
1042
1042
Then you must set this variable at the _server_ and the _workers_.
1043
1043
1044
-
But if you have specified the token as a [`matchConfidence`](configuration-options.md#matchconfidence)`packageRule`, you only need to set this variable at the _workers_.
1044
+
But if you have specified the token as a [`matchConfidence`](configuration-options.md#packagerulesmatchconfidence)`packageRule`, you only need to set this variable at the _workers_.
Read the [Renovate docs, key concepts page for changelogs](https://docs.renovatebot.com/key-concepts/changelogs/) to learn more about how Renovate fetches and displays changelogs.
83
83
@@ -105,7 +105,7 @@ To check if Renovate can find the source URLs for your package:
105
105
1. Read the Renovate docs for the datasource.
106
106
1. Look for a table in the docs that shows if the datasource returns source URLs.
107
107
108
-
If Renovate does not find the right source URls automatically: use the [`sourceUrl` config option](https://docs.renovatebot.com/configuration-options/#sourceurl).
108
+
If Renovate does not find the right source URls automatically: use the [`sourceUrl` config option](https://docs.renovatebot.com/configuration-options/#packagerulessourceurl).
109
109
110
110
To locate the source repository, Renovate requires:
|`datasource`| Yes | Example datasources: npm, Docker, GitHub tags, and so on. |[Supported datasources](../../datasource/index.md#supported-datasources)|
30
-
| Version scheme to use. Defaults to `semver-coerced`. | Yes | You may set another version scheme, like `pep440`. |[Supported versioning schemes](../../versioning/index.md#supported-versioning)|
31
-
|`fileFormat`| Yes | Must be either `json`, `yaml` or `toml`. |[`Configuration Options`](../../../configuration-options.md#fileformat)|
|`datasource`| Yes | Example datasources: npm, Docker, GitHub tags, and so on. |[Supported datasources](../../datasource/index.md#supported-datasources)|
30
+
| Version scheme to use. Defaults to `semver-coerced`. | Yes | You may set another version scheme, like `pep440`. |[Supported versioning schemes](../../versioning/index.md#supported-versioning)|
31
+
|`fileFormat`| Yes | Must be either `json`, `yaml` or `toml`. |[`Configuration Options`](../../../configuration-options.md#custommanagersfileformat)|
32
32
33
33
#### Required fields to be present in the resulting structure returned by the jsonata query
'The `matchConfidence` matcher in `packageRules` requires authentication. Please refer to the [documentation](https://docs.renovatebot.com/configuration-options/#matchconfidence) and add the required host rule.',
767
+
'The `matchConfidence` matcher in `packageRules` requires authentication. Please refer to the [documentation](https://docs.renovatebot.com/configuration-options/#packagerulesmatchconfidence) and add the required host rule.',
'The `matchConfidence` matcher in `packageRules` requires authentication. Please refer to the [documentation](https://docs.renovatebot.com/configuration-options/#matchconfidence) and add the required host rule.';
32
+
'The `matchConfidence` matcher in `packageRules` requires authentication. Please refer to the [documentation](https://docs.renovatebot.com/configuration-options/#packagerulesmatchconfidence) and add the required host rule.';
0 commit comments