What is your suggestion?
Reading through CI tutorial I noticed that conan expects users to call conan lock create for every package for every configuration. This becomes unmaintainable very easy when one has multiple configurations and more than a dozen of packages. Hence the feature request to support package lists so I'd need iterate over configurations only:
conan lock create --list <pkglist>
conan lock create --list <pkglist> -s build_type=Debug
Have you read the CONTRIBUTING guide?