feat: fixing package dependencies
Some checks failed
Build and Push Docker Image / build (pull_request) Failing after 15s
Some checks failed
Build and Push Docker Image / build (pull_request) Failing after 15s
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackageNames": ["tailwindcss"],
|
||||
"allowedVersions": "<4.0.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user