Skip to content

Commit

Permalink
Merge pull request #237 from sidetracklabs/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(config): migrate renovate config
  • Loading branch information
aniravi24 authored Dec 23, 2024
2 parents c334be2 + 1fdea1d commit d90457b
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 d90457b

Please sign in to comment.