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