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:
+9
-5
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user