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
We make extensive use of workspace global env variables to define our $PRIVATE_ARTIFACT_REGISTRY, which is used in image statements such as $PRIVATE_ARTIFACT_REGISTRY/node:latest
This enhancement suggestion is to support providing a list of registry aliases that will be substituted during the BOM process.
I am also open to adding a parser for renovate and dependabot configuration. We can gradually expand on support for formulation and settings like these would help.
We make extensive use of workspace global env variables to define our
$PRIVATE_ARTIFACT_REGISTRY
, which is used in image statements such as$PRIVATE_ARTIFACT_REGISTRY/node:latest
This enhancement suggestion is to support providing a list of registry aliases that will be substituted during the BOM process.
The equivalent of this in Renovate is documented here - https://docs.renovatebot.com/configuration-options/#registryaliases
The text was updated successfully, but these errors were encountered: