chore(config): migrate config renovate.json

This commit is contained in:
renovate[bot] 2025-12-22 13:51:51 +00:00 committed by GitHub
parent 919461ddd0
commit b536bb7ea9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,12 +11,15 @@
"gomodTidy", "gomodTidy",
"gomodUpdateImportPaths" "gomodUpdateImportPaths"
], ],
"goGetDirs": ["./...", "./hcloudimages/..."], "goGetDirs": [
"./...",
"./hcloudimages/..."
],
"customManagers": [ "customManagers": [
{ {
"customType": "regex", "customType": "regex",
"fileMatch": [ "managerFilePatterns": [
"^\\.github\\/(?:workflows|actions)\\/.+\\.ya?ml$" "/^\\.github\\/(?:workflows|actions)\\/.+\\.ya?ml$/"
], ],
"matchStrings": [ "matchStrings": [
"(?:version|VERSION): (?<currentValue>.+) # renovate: datasource=(?<datasource>[a-z-]+) depName=(?<depName>.+)(?: packageName=(?<packageName>.+))?(?: versioning=(?<versioning>[a-z-]+))?" "(?:version|VERSION): (?<currentValue>.+) # renovate: datasource=(?<datasource>[a-z-]+) depName=(?<depName>.+)(?: packageName=(?<packageName>.+))?(?: versioning=(?<versioning>[a-z-]+))?"