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

This commit is contained in:
2025-09-10 10:58:06 -04:00
parent 3c6020b802
commit 8dd479ec2f
-12
View File
@@ -80,17 +80,5 @@
"allowedVersions": "^4.0.0",
"groupName": "github-actions (pinned to v4)"
}
],
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^docker-compose\\.ya?ml$"],
"matchStrings": [
"\"(?<depName>[^:]+):(?<currentValue>[^${}\\s]+)\"",
"'(?<depName>[^:]+):(?<currentValue>[^${}\\s]+)'"
],
"datasourceTemplate": "docker",
"versioningTemplate": "docker"
}
]
}