Regex issue in CloudQuery documentation example config file

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.

chore: Update update-plugins-using-renovate.mdx by erezrokah · Pull Request #16828 · cloudquery/cloudquery · GitHub should fix it.