Pinning checkout and setup-bin actions to v4 due to current lack of node 24 in runner image.
renovate/config-validation Validation Failed
renovate/config-validation Validation Failed
This commit is contained in:
+3
-2
@@ -81,9 +81,10 @@
|
||||
"groupName": "github-actions (pinned to v4)"
|
||||
}
|
||||
],
|
||||
"regexManagers": [
|
||||
"customManagers": [
|
||||
{
|
||||
"fileMatch": ["docker-compose\\.yml$", "docker-compose\\.yaml$"],
|
||||
"customType": "regex",
|
||||
"fileMatch": ["^docker-compose\\.ya?ml$"],
|
||||
"matchStrings": [
|
||||
"\"(?<depName>[^:]+):(?<currentValue>[^${}\\s]+)\"",
|
||||
"'(?<depName>[^:]+):(?<currentValue>[^${}\\s]+)'"
|
||||
|
||||
Reference in New Issue
Block a user