10 lines
No EOL
272 B
JSON
10 lines
No EOL
272 B
JSON
{
|
|
"packageRules": [
|
|
{
|
|
"description": "Do not update Artifact Upload Action to v4",
|
|
"matchPackageNames": [ "/actions\\/upload-artifact/" ],
|
|
"matchCategories": [ "ci" ],
|
|
"allowedVersions": "!/v3/"
|
|
}
|
|
]
|
|
} |