fix: renovate updating past v3 for upload when v4+ is unsupported in gitea

This commit is contained in:
Lucas Oskorep
2026-01-29 02:45:04 -05:00
parent 4c3160e9ca
commit c824645c3f
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"
}
]
}