diff options
author | 2025-03-31 14:48:38 +0200 | |
---|---|---|
committer | 2025-03-31 14:48:38 +0200 | |
commit | 32499c0acbb366b06fb1eeaf5d387b2309976f36 (patch) | |
tree | fcd1905c2d23fbe1c0f87bc886c3aed09c0a7e98 /.github/renovate.json5 | |
parent | 758523cc04c51cc4a0cd55fb7800552c9ff0a5fc (diff) | |
download | astro-32499c0acbb366b06fb1eeaf5d387b2309976f36.tar.gz astro-32499c0acbb366b06fb1eeaf5d387b2309976f36.tar.zst astro-32499c0acbb366b06fb1eeaf5d387b2309976f36.zip |
chore(tailwind): delete integration (#13511)
Diffstat (limited to '.github/renovate.json5')
-rw-r--r-- | .github/renovate.json5 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5 index da31a44bd..7a29b835e 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -19,15 +19,6 @@ "**/node_modules/**" ], "packageRules": [ - // TODO: remove once the tailwind integration is removed - { - "matchPackageNames": [ - "tailwindcss" - ], - "ignorePaths": [ - "packages/integrations/tailwind" - ] - }, { "groupName": "github-actions", "matchManagers": [ |