[Renovate] Restrict prettier version (#189124)

## Summary

Upgrade to `prettier@3` is blocked by jest upgrade to `jest@30`. See
https://github.com/elastic/kibana/pull/188021#issuecomment-2221253306
This commit is contained in:
Brad White 2024-07-24 14:29:18 -06:00 committed by GitHub
parent 20acef2391
commit e67b9678b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -105,6 +105,7 @@
"matchBaseBranches": ["main"],
"labels": ["Team:Operations", "release_note:skip"],
"minimumReleaseAge": "7 days",
"allowedVersions": "<3.0",
"enabled": true
},
{