since dependabot is expecting very specific format of yaml files it can find and update:
name starts with values_
docker image need to be under image key
since we use same dockerhub repo for most of the loader images and dependabot only handle update of one of them, we had to split it to multiple files that would be scan seperatly. sct_config would collect all of those back into the configuration in the same structure it was until this change
Testing
[ ]
PR pre-checks (self review)
[x] I added the relevant backport labels
[x] I didn't leave commented-out/debugging code
Reminders
Add New configuration option and document them (in sdcm/sct_config.py)
Add unit tests to cover my changes (under unit-test/ folder)
Update the Readme/doc folder relevant to this change (if needed)
(cherry picked from commit 50020224662a89759386ce03310af152e30c5eaa)
since dependabot is expecting very specific format of yaml files it can find and update:
values_
image
keysince we use same dockerhub repo for most of the loader images and dependabot only handle update of one of them, we had to split it to multiple files that would be scan seperatly.
sct_config
would collect all of those back into the configuration in the same structure it was until this changeTesting
PR pre-checks (self review)
backport
labelsReminders
sdcm/sct_config.py
)unit-test/
folder)(cherry picked from commit 50020224662a89759386ce03310af152e30c5eaa)
Parent PR: #9291