scylladb / scylla-cluster-tests

Tests for Scylla Clusters
GNU Affero General Public License v3.0
57 stars 95 forks source link

[Backport 6.2] feature(dependabot): scan docker based loaders for updates #9335

Open mergify[bot] opened 9 hours ago

mergify[bot] commented 9 hours ago

since dependabot is expecting very specific format of yaml files it can find and update:

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)

Reminders

(cherry picked from commit 50020224662a89759386ce03310af152e30c5eaa)

Parent PR: #9291