Files
aerospike-gnome/renovate.json
Lucas Oskorep c4f5835424
Some checks are pending
Build and Test / release (pull_request) Blocked by required conditions
Build and Test / build (pull_request) Successful in 33s
fix: renovate updating past v3 for upload when v4+ is unsupported in gitea
2026-01-29 02:45:04 -05:00

13 lines
266 B
JSON

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