Skip to content

Commit

Permalink
chore: update renovate config (#1966)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessbell authored Jan 28, 2024
1 parent 7578696 commit af946fa
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,23 @@
"schedule": "every weekend",
"packageRules": [
{
"depTypeList": ["devDependencies"],
"groupName": "all @types",
"groupSlug": "all-types",
"matchPackagePatterns": ["@types/*"],
"automerge": true
},
{
"groupName": "all devDependencies",
"groupSlug": "all-dev",
"matchPackagePatterns": ["*"],
"matchDepTypes": ["devDependencies"],
"automerge": true
},
{
"groupName": "all dependencies - patch updates",
"groupSlug": "all-patch",
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["patch"],
"automerge": true
}
]
Expand Down

1 comment on commit af946fa

@vercel
Copy link

@vercel vercel bot commented on af946fa Jan 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.