Update doNotUpdateUploadArtifactToV4.json
This commit is contained in:
parent
bbb657d903
commit
b5b8689436
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
"packageRules": [
|
||||
{
|
||||
"description": "Do not update Artifact Upload Action to v4",
|
||||
"matchPackageNames": [ "/actions\\/upload-artifact/" ],
|
||||
"matchPackageNames": [ "actions/upload-artifact" ],
|
||||
"matchCategories": [ "ci" ],
|
||||
"allowedVersions": "!/v3/"
|
||||
"allowedVersions": "!/v4/"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue