Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ The top-level `registries` key is optional and specifies authentication details.

{% data reusables.dependabot.dependabot-updates-registries-options %}

{% data reusables.dependabot.dependabot-replaces-base-nuget %}

For more information about the configuration options that are available and about the supported types, see [AUTOTITLE](/code-security/dependabot/working-with-dependabot/dependabot-options-reference#top-level-registries-key).

## Storing credentials for Dependabot to use
Expand Down Expand Up @@ -382,6 +384,8 @@ For security reasons, {% data variables.product.prodname_dependabot %} does not

The `nuget-feed` type supports username and password, or token. {% data reusables.dependabot.password-definition %}

`nuget-feed` doesn't support the `replaces-base` parameter.

{% raw %}

```yaml copy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,8 @@ updates:

{% data reusables.dependabot.dependabot-updates-registries-options %}

{% data reusables.dependabot.dependabot-replaces-base-nuget %}

{% data reusables.dependabot.advanced-private-registry-config-link %}

### `type` and authentication details
Expand Down Expand Up @@ -733,3 +735,5 @@ All sensitive data used for authentication should be stored securely and referen
### `url` and `replaces-base`

The `url` parameter defines where to access a registry. When the optional `replaces-base` parameter is enabled (`true`), {% data variables.product.prodname_dependabot %} resolves dependencies using the value of `url` rather than the base URL of that specific ecosystem.

{% data reusables.dependabot.dependabot-replaces-base-nuget %}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Adding organization custom instructions for GitHub Copilot
shortTitle: Organization custom instructions
intro: 'Customize {% data variables.product.prodname_copilot_chat %} responses for members of your organization.'
permissions: Organization owners
product: '{% data reusables.copilot.ce-product-callout %}'
product: 'Organizations with a {% data variables.product.prodname_copilot_for_business %} or {% data variables.product.prodname_copilot_enterprise %} plan'
versions:
feature: copilot-org-instructions
topics:
Expand Down
2 changes: 2 additions & 0 deletions data/reusables/dependabot/dependabot-replaces-base-nuget.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
>[!NOTE]
> `nuget-feed` doesn't support the `replaces-base` parameter.
Loading