Skip to content

Commit

Permalink
Do more renovate grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
zephraph committed Oct 4, 2024
1 parent 338b5ed commit c649c94
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"extends": ["config:recommended"],
"packageRules": [
{
"matchPackageNames": ["@astrojs/**"],
"groupName": "astro"
},
{
"matchPackageNames": ["wrangler", "@cloudflare/**"],
"groupName": "cloudflare"
},
{
"matchPackageNames": ["tailwindcss", "@tailwindcss/**"],
"groupName": "tailwind"
}
]
}

0 comments on commit c649c94

Please sign in to comment.