Skip to content

Commit 28c665d

Browse files
authored
Merge pull request #57703 from github/repo-sync
Repo sync
2 parents 065f5aa + e9e0c1a commit 28c665d

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

content/code-security/dependabot/working-with-dependabot/dependabot-options-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ When `versioning-strategy` is defined, {% data variables.product.prodname_depend
782782
|--------|--------|
783783
| `auto` | Default behavior.|
784784
| `increase`| Always increase the minimum version requirement to match the new version. If a range already exists, typically this only increases the lower bound. |
785-
| `increase-if-necessary` | Leave the constraint if the original constraint allows the new version, otherwise, bump the constraint. |
785+
| `increase-if-necessary` | Leave the version requirement unchanged if it already allows the new release (Dependabot still updates the resolved version). Otherwise widen the requirement. |
786786
| `lockfile-only` | Only create pull requests to update lockfiles. Ignore any new versions that would require package manifest changes. |
787787
| `widen`| Widen the allowed version requirements to include both the new and old versions, when possible. Typically, this only increases the maximum allowed version requirement. |
788788

content/contributing/style-guide-and-content-model/style-guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1440,29 +1440,29 @@ The following example shows part of a table from [AUTOTITLE](/code-security/depe
14401440
<td align=center>
14411441
{% octicon "check" aria-label="Supported" %}
14421442
</td>
1443-
</td>
1443+
14441444
<td align=center>
14451445
{% octicon "x" aria-label="Not supported" %}
14461446
</td>
14471447
<td align=center>
14481448
{% octicon "check" aria-label="Supported" %}
14491449
</td>
1450-
</td>
1450+
14511451
<td align=left>Location of package manifests</td>
14521452
</tr>
14531453
<tr>
14541454
<td style="text-align:left"><code>schedule.interval</code></td>
14551455
<td align=center>
14561456
{% octicon "check" aria-label="Supported" %}
14571457
</td>
1458-
</td>
1458+
14591459
<td align=center>
14601460
{% octicon "x" aria-label="Not supported" %}
14611461
</td>
14621462
<td align=center>
14631463
{% octicon "check" aria-label="Supported" %}
14641464
</td>
1465-
</td>
1465+
14661466
<td align=left>How often to check for updates</td>
14671467
</tr>
14681468
</tbody>

content/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ When referencing a commit from a private repository inside of a commit message,
7777

7878
By default, references generate a backlink. For example, manually linking to an issue in a pull request will automatically generate another link from the issue _back_ to the pull request.
7979
To avoid this behavior, you can use `redirect.github.com` instead of `github.com` when constructing the URL in your reference. If you do use a `redirect.github.com` URL in your reference link, no pop-up window will appear when hovering over it.
80+
> [!NOTE]
81+
> This method is not supported in {% data variables.product.prodname_ghe_cloud %} with Data Residency (`ghe.com`).
8082
8183
## Further reading
8284

content/repositories/releasing-projects-on-github/linking-to-releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ topics:
1717

1818
You can share a link to the latest release for a repository by adding `releases/latest` to the end of a repository's URL. For example, the URL for the latest release of `octo-org/octo-repo` is `https://{% data variables.product.product_url %}/octo-org/octo-repo/releases/latest`.
1919

20-
To link directly to a download of your latest release asset that was manually uploaded, the suffix is `/releases/latest/download/asset-name.zip`.
20+
To link directly to a download of your latest release asset that was manually uploaded, the suffix is `/releases/download/latest/asset-name.zip`.
2121

2222
## Linking to older releases
2323

0 commit comments

Comments
 (0)