13 lines
266 B
JSON
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"
|
|
}
|
|
]
|
|
}
|