fix: renovate updating past v3 for upload when v4+ is unsupported in gitea
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user