10 lines
276 B
JSON
10 lines
276 B
JSON
|
{
|
||
|
"packageRules": [
|
||
|
{
|
||
|
"description": "Do not update Artifact Upload Action to v4",
|
||
|
"matchPackageNames": [ "actions/upload-artifact" ],
|
||
|
"matchDatasources": [ "gitea-tags" ],
|
||
|
"allowedVersions": "<=v3"
|
||
|
}
|
||
|
]
|
||
|
}
|