0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-04 02:01:58 -05:00

Fixed postcss dependency bumps to Core package

- this Renovate config was pulled from Admin but it's inadvertantly
  stopping `postcss` updates in core
- this commit restricts the dependency updates to the Admin package only
This commit is contained in:
Daniel Lockyer 2022-08-09 12:17:40 +02:00
parent da0254846b
commit c45dfe05ef
No known key found for this signature in database
GPG key ID: D21186F0B47295AD

View file

@ -86,6 +86,7 @@
},
{
"groupName": "disable css",
"matchFiles": ["ghost/admin/package.json"],
"packagePatterns": [
"^postcss",
"^css"