Add doNotUpdateUploadArtifactToV4.json

This commit is contained in:
Oliver Weyhmüller 2025-01-08 17:01:53 +00:00 committed by Forgejo
parent 76be89ef51
commit 9c51cab8b0
Signed by: forgejo
GPG key ID: D08115898C8A25D3

View file

@ -0,0 +1,10 @@
{
"packageRules": [
{
"description": "Do not update Artifact Upload Action to v4",
"matchPackageNames": [ "actions/upload-artifact" ],
"matchDatasources": [ "gitea-tags" ],
"allowedVersions": "<=v3"
}
]
}