Add doNotUpdateUploadArtifactToV4.json
This commit is contained in:
parent
76be89ef51
commit
9c51cab8b0
1 changed files with 10 additions and 0 deletions
10
doNotUpdateUploadArtifactToV4.json
Normal file
10
doNotUpdateUploadArtifactToV4.json
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"description": "Do not update Artifact Upload Action to v4",
|
||||||
|
"matchPackageNames": [ "actions/upload-artifact" ],
|
||||||
|
"matchDatasources": [ "gitea-tags" ],
|
||||||
|
"allowedVersions": "<=v3"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue