Skip to content

Remove warning about nuget-feed not supporting replaces-base #39519

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

Merged
merged 1 commit into from
Jul 24, 2025
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 @@ -46,8 +46,6 @@ 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
Original file line number Diff line number Diff line change
Expand Up @@ -818,8 +818,6 @@ 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 @@ -850,5 +848,3 @@ 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 %}
2 changes: 0 additions & 2 deletions data/reusables/dependabot/dependabot-replaces-base-nuget.md

This file was deleted.

Loading