fix: renovate updating past v3 for upload when v4+ is unsupported in gitea
Some checks are pending
Build and Test / release (pull_request) Blocked by required conditions
Build and Test / build (pull_request) Successful in 33s

This commit is contained in:
Lucas Oskorep
2026-01-29 02:45:04 -05:00
parent 7773c3b808
commit c4f5835424
2 changed files with 8 additions and 2 deletions

View File

@@ -2,5 +2,11 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchPackageNames": ["actions/upload-artifact", "actions/download-artifact"],
"allowedVersions": "<4"
}
]
}