{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended", ":semanticCommits", ":semanticCommitTypeAll(chore)", ":semanticCommitScope(deps)", ":enableVulnerabilityAlerts" ], "postUpdateOptions": [ "gomodTidy", "gomodUpdateImportPaths" ], "goGetDirs": ["./...", "./hcloudimages/..."], "customManagers": [ { "customType": "regex", "fileMatch": [ "^\\.github\\/(?:workflows|actions)\\/.+\\.ya?ml$" ], "matchStrings": [ "(?:version|VERSION): (?.+) # renovate: datasource=(?[a-z-]+) depName=(?.+)(?: packageName=(?.+))?(?: versioning=(?[a-z-]+))?" ] } ] }