Dependabot: Move grouped Dockerfiles into separate subdirectories #204
Labels
bug
Something isn't working
CI
dependencies
enhancement
New feature or request
Makefile
stable
stable-build-only
Milestone
Due to limitations noted in dependabot/dependabot-core#2179, PRs continue to be generated which attempt to flip some Dockerfiles from one container image to another. This results in a mix of intended and unintended changes.
Intended (example):
Unintended:
To help prevent this bug from affecting future PRs to this project, I plan to separate out all Dockerfiles grouped in one directory path into separate subdirectories. This should hopefully resolve the issue (from this project's perspective).
This change will require updating the Makefile used to build the images, and the Dependabot configuration to duplicate the current
stable
section, once per each Dockerfile to reflect new paths.The text was updated successfully, but these errors were encountered: