Updating Dockerfiles within a monorepo #9120
-
Currently I have a monorepo with multiple modules within it with their own Dockerfiles. My dependabot configuration contains the following to update docker images however it does not seem to detect any Dockerfiles. It seems that unlike other ecosystems (npm for instance) you can not specify the root
Is there a way to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Today, you have to give each one its own configuration block, as Dependabot will only look in the root of the specified directory for the manifest. We have work planned in the next few months to address this! Keep an eye on the changelog |
Beta Was this translation helpful? Give feedback.
Today, you have to give each one its own configuration block, as Dependabot will only look in the root of the specified directory for the manifest.
We have work planned in the next few months to address this! Keep an eye on the changelog