chore(config): migrate config renovate.json

This commit is contained in:
2026-05-25 10:10:14 +00:00
parent 1f9d754f61
commit 6bc0a82d35
+3 -1
View File
@@ -6,7 +6,9 @@
"customManagers": [ "customManagers": [
{ {
"customType": "regex", "customType": "regex",
"fileMatch": ["^\\.gitea/workflows/.*\\.ya?ml$"], "managerFilePatterns": [
"/^\\.gitea/workflows/.*\\.ya?ml$/"
],
"matchStrings": [ "matchStrings": [
"GIT_CLIFF_VERSION:\\s*[\"']?(?<currentValue>[^\"'\\s]+)[\"']?" "GIT_CLIFF_VERSION:\\s*[\"']?(?<currentValue>[^\"'\\s]+)[\"']?"
], ],