Skip to content

Commit

Permalink
perf: update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
LeleDallas committed Oct 1, 2024
1 parent 377b07a commit e5c1069
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,19 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"additionalBranchPrefix": "{{manager}}-"
}
]
}
}

0 comments on commit e5c1069

Please sign in to comment.