Skip to content

Commit

Permalink
fix: reverts the tailwindcss upgrade that was breaking builds (#16059)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Rogers <[email protected]>
  • Loading branch information
grobinson-grafana and paul1r authored Feb 3, 2025
1 parent 4b44b59 commit e863bae
Show file tree
Hide file tree
Showing 3 changed files with 1,353 additions and 40 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
"matchManagers": ["kustomize"],
"enabled": false
},
{
// Disable certain npm updates for compatibility reasons
"matchManagers": ["npm"],
"matchPackageNames": ["tailwindcss"],
"enabled": false
},
{
// Don't automatically merge GitHub Actions updates
"matchManagers": ["github-actions"],
Expand Down
Loading

0 comments on commit e863bae

Please sign in to comment.