forked from github/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request github#30880 from github/repo-sync
Repo sync
- Loading branch information
Showing
9 changed files
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1192,13 +1192,15 @@ 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 %} | ||
|
||
{% data reusables.dependabot.dependabot-updates-path-match %} | ||
|
||
{% raw %} | ||
|
||
```yaml | ||
registries: | ||
nuget-example: | ||
type: nuget-feed | ||
url: https://nuget.example.com/v3/index.json | ||
url: https://nuget.pkg.github.com/my-org | ||
username: [email protected] | ||
password: ${{secrets.MY_NUGET_PASSWORD}} | ||
``` | ||
|
@@ -1211,7 +1213,7 @@ registries: | |
registries: | ||
nuget-azure-devops: | ||
type: nuget-feed | ||
url: https://pkgs.dev.azure.com/.../_packaging/My_Feed/nuget/v3/index.json | ||
url: https://pkgs.dev.azure.com | ||
username: [email protected] | ||
password: ${{secrets.MY_AZURE_DEVOPS_TOKEN}} | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"apiOnlyEventsAdditionalDescription": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.", | ||
"sha": "cfd6b7de7b0a76e5ea640dcb36d60bf167184ac4" | ||
"sha": "ec17d5a77a2124a31114229e0e740063750bf31a" | ||
} |