mirror of
https://github.com/thelittlerocket/rss-to-email.git
synced 2025-01-29 04:17:47 +08:00
bundle all renovate updates
This commit is contained in:
parent
525d61be2f
commit
89a525cb5a
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
|||
{
|
||||
"extends": ["config:base"],
|
||||
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackagePatterns": ["^@react-email"],
|
||||
"groupName": "react-email"
|
||||
"matchPackagePatterns": ["*"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"groupName": "non-major dependencies",
|
||||
"groupSlug": "minor-patch"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue