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
Copy file name to clipboardExpand all lines: content/code-security/dependabot/working-with-dependabot/guidance-for-the-configuration-of-private-registries-for-dependabot.md
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ You'll also find recommendations for the setup of the following registry hosts:
42
42
43
43
*[Artifactory](#artifactory)
44
44
*[Azure Artifacts](#azure-artifacts)
45
+
*[Cloudsmith](#cloudsmith)
45
46
*[{% data variables.product.prodname_registry %} registry](#github-packages-registry)
46
47
*[Nexus](#nexus)
47
48
*[ProGet](#proget)
@@ -52,7 +53,7 @@ You'll also find recommendations for the setup of the following registry hosts:
52
53
53
54
### Bundler
54
55
55
-
Supported by Artifactory, Artifacts, {% data variables.product.prodname_registry %} registry, Nexus, and ProGet.
56
+
Supported by Artifactory, Artifacts, Cloudsmith, {% data variables.product.prodname_registry %} registry, Nexus, and ProGet.
56
57
57
58
You can authenticate with either a username and password, or a token. For more information, see `rubygems-server` in "[AUTOTITLE](/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#rubygems-server)."
58
59
@@ -323,7 +324,7 @@ Registries should be configured using the `https` protocol.
323
324
324
325
### Nuget
325
326
326
-
Supported by Artifactory, Artifacts, {% data variables.product.prodname_registry %} registry, Nexus, and ProGet.
327
+
Supported by Artifactory, Artifacts, Cloudsmith, {% data variables.product.prodname_registry %} registry, Nexus, and ProGet.
327
328
328
329
The `nuget-feed` type supports username and password, or token. For more information, see `nuget-feed` in "[AUTOTITLE](/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#nuget-feed)."
329
330
@@ -406,7 +407,7 @@ pub supports URL and token authentication. The URL used for the registry should
406
407
407
408
### Python
408
409
409
-
Supported by Artifactory, Azure Artifacts, Nexus, and ProGet. The {% data variables.product.prodname_registry %} registry is not supported.
410
+
Supported by Artifactory, Azure Artifacts, Cloudsmith, Nexus, and ProGet. The {% data variables.product.prodname_registry %} registry is not supported.
410
411
411
412
The `python-index` type supports username and password, or token. For more information, see `python-index` in "[AUTOTITLE](/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#python-index)."
412
413
@@ -621,6 +622,10 @@ The Azure Artifacts password must be an unencoded token and should include a `:`
621
622
622
623
You can check whether the private registry is successfully accessed by looking at the {% data variables.product.prodname_dependabot %} logs.
623
624
625
+
### Cloudsmith
626
+
627
+
For information about Cloudsmith and instructions on how to configure {% data variables.product.prodname_dependabot %} to work with Cloudsmith, see [Getting Started with Cloudsmith](https://help.cloudsmith.io/docs/welcome-to-cloudsmith-docs) and [Integrate Github Dependabot with Cloudsmith](https://help.cloudsmith.io/docs/dependabot) in the Cloudsmith documentation.
628
+
624
629
### {% data variables.product.prodname_registry %} registry
625
630
626
631
For information about {% data variables.product.prodname_registry %} registries, see "[AUTOTITLE](/packages/working-with-a-github-packages-registry)." From that article, you can access pages describing how to configure the following registries.
0 commit comments