Skip to content

Commit

Permalink
chore: update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Schleemann committed Jan 26, 2025
1 parent 60a7c67 commit 150d902
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
"ignoreTests": false,
"extends": [
"config:js-lib",
"group:all"
]
"group:all",
],
"packageRules": [
{
"matchPackageNames": ["tailwindcss"],
"allowedVersions": "< 4.0.0",
},
],
}

0 comments on commit 150d902

Please sign in to comment.