feat: fixing package dependencies
Some checks failed
Build and Push Docker Image / build (pull_request) Failing after 15s

This commit is contained in:
Lucas Oskorep
2026-02-01 01:55:09 -05:00
parent a7861455d9
commit 03e8fa18f3
5 changed files with 255 additions and 11 deletions

View File

@@ -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"
}
]
}