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:36:34 -04:00
parent 1400ee6f8d
commit 5d7a47df5a
+9 -5
View File
@@ -71,14 +71,18 @@
"matchPackageNames": ["thecatlady/webhook"],
"allowedVersions": "^2\\.8\\."
},
{
"matchDatasources": ["github-actions"],
"matchPackageNames": ["actions/checkout", "supplypike/setup-bin"],
"allowedVersions": "^v4$"
},
{
"matchUpdateTypes": ["patch"],
"schedule": ["every weekday"]
},
{
"matchManagers": ["github-actions"],
"matchPackageNames": [
"actions/checkout",
"supplypike/setup-bin"
],
"allowedVersions": "^4.0.0",
"groupName": "github-actions (pinned to v4)"
}
],
"regexManagers": [