chore(config): migrate Renovate config #25

Merged
argoyle merged 1 commits from renovate/migrate-config into main 2026-05-25 10:35:29 +00:00
+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]+)[\"']?"
], ],