Pinning checkout and setup-bin actions to v4 due to current lack of node 24 in runner image.
renovate/config-validation Validation Failed

This commit is contained in:
2025-09-10 10:56:12 -04:00
parent 1262523a8a
commit 3c6020b802
+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]+)'"