Skip to content

Commit

Permalink
Review the links to the github/dependabot/dependabot-core repo (#46…
Browse files Browse the repository at this point in the history
…968)
  • Loading branch information
mchammer01 authored Dec 8, 2023
1 parent 3c8fab9 commit e4a7f2e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ registries:

- Image names may not always be detected in Containerfiles, Helm files, or yaml files.
- Dockerfiles may only receive a version update to the first `FROM` directive.
- Dockerfiles do not receive updates to images specified with the `ARG` directive. There is a workaround available for the `COPY` directive. For more information, see https://github.com/dependabot/dependabot-core/issues/5103#issuecomment-1692420920.
- {% data variables.product.prodname_dependabot %} doesn't support multi-stage Docker builds. For more information, see https://github.com/dependabot/dependabot-core/issues/7640.
- Dockerfiles do not receive updates to images specified with the `ARG` directive. There is a workaround available for the `COPY` directive. For more information, see "[{% data variables.product.prodname_dependabot %} ignores image references in COPY Dockerfile statement](https://github.com/dependabot/dependabot-core/issues/5103#issuecomment-1692420920)" in the `github/dependabot/dependabot-core` repository.
- {% data variables.product.prodname_dependabot %} doesn't support multi-stage Docker builds. For more information, see "[Support for Docker multi-stage builds](https://github.com/dependabot/dependabot-core/issues/7640)" in the `github/dependabot/dependabot-core` repository.

### Gradle

Expand Down Expand Up @@ -510,7 +510,7 @@ If the `yarn.lock` file doesn't list the private registry as the dependency sour
- Manually set the private registry to the `.yarnrc` file by adding the registry to a `.yarnrc.yml` file in the project root with the key `npmRegistryServer`, or
- Perform the same action by running `yarn config set npmRegistryServer <private registry URL>` in your terminal.

Example of a `.yarnrc.yml` file with a private registry configured:
Example of a `.yarnrc.yml` file with a private registry configured:
`npmRegistryServer: "https://nexus.example.com/repository/yarn-all"`
For more information, see [npmRegistryServer](https://yarnpkg.com/configuration/yarnrc#npmRegistryServer) in the Yarn documentation.
Expand Down

0 comments on commit e4a7f2e

Please sign in to comment.