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