Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 29, 2024
1 parent 53efc22 commit 1fdea1d
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,24 @@
"automergeType": "pr",
"dependencyDashboard": true,
"dependencyDashboardTitle": "Renovate Dependency Dashboard",
"extends": ["config:base", "schedule:weekly", ":pinOnlyDevDependencies"],
"major": { "draftPR": true },
"extends": [
"config:recommended",
"schedule:weekly",
":pinOnlyDevDependencies"
],
"major": {
"draftPR": true
},
"packageRules": [
{ "groupName": "effect", "matchPackagePrefixes": "@effect/" },
{
"groupName": "effect",
"matchPackageNames": ["@effect/{/,}**"]
},
{
"groupName": "all patches",
"groupSlug": "all-patch",
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["patch"]
"matchUpdateTypes": ["patch"],
"matchPackageNames": ["*"]
}
],
"platformAutomerge": true
Expand Down

0 comments on commit 1fdea1d

Please sign in to comment.