Skip to content

Commit

Permalink
Add groupname to astro monorepo config (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
zephraph authored Oct 5, 2024
1 parent d0d237d commit e815a1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"packageRules": [
{
"extends": ["monorepo:astro"],
"matchPackageNames": ["@astrojs/**"]
"matchPackageNames": ["astro", "@astrojs/**"],
"groupName": "monorepo:astro"
},
{
"matchPackageNames": ["wrangler", "@cloudflare/**"],
Expand Down

0 comments on commit e815a1b

Please sign in to comment.