renovate/reconfigure #20

Merged
Trez.One merged 9 commits from renovate/reconfigure into main 2025-09-10 10:59:05 -04:00
Showing only changes of commit 3c6020b802 - Show all commits
+3 -2
View File
@@ -81,9 +81,10 @@
"groupName": "github-actions (pinned to v4)" "groupName": "github-actions (pinned to v4)"
} }
], ],
"regexManagers": [ "customManagers": [
{ {
"fileMatch": ["docker-compose\\.yml$", "docker-compose\\.yaml$"], "customType": "regex",
"fileMatch": ["^docker-compose\\.ya?ml$"],
"matchStrings": [ "matchStrings": [
"\"(?<depName>[^:]+):(?<currentValue>[^${}\\s]+)\"", "\"(?<depName>[^:]+):(?<currentValue>[^${}\\s]+)\"",
"'(?<depName>[^:]+):(?<currentValue>[^${}\\s]+)'" "'(?<depName>[^:]+):(?<currentValue>[^${}\\s]+)'"