I’m in the process of creating a custom gitlab runner executor. I could store the configuration with gitlab-runner inside config.toml in a custom section
[[runners]]
...
[runners.myrunnerconfig]
something=1
I noticed that gitlab-runner loads the configuration. But is it guaranteed that it will continue to do so in the future?