Hi all, quick one. The regex on https://docs.cloudquery.io/how-to-guides/update-plugins-using-renovate does not work with the config file you use as an example. Needs changing to
kind:\s(?<kind>.*)\nspec:\n\s{2}name:.*?\w\n\s{2}path:\scloudquery\/(?<plugin>.*)\n\s{2}registry:.*?\w\n\s{2}version:\s\"?v(?<currentValue>.*\d)\"?\n
It was missing the registry.