Skip to content

Commit

Permalink
fix: group fastify deps as default, ungroup minor/patch deps (#80)
Browse files Browse the repository at this point in the history
Co-authored-by: Eddie Leffler <757524+hershmire@users.noreply.github.com>
  • Loading branch information
hershmire and hershmire authored Oct 9, 2024
1 parent dd70a6c commit cc4c0a0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
12 changes: 10 additions & 2 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"ignorePresets": [":prHourlyLimit2"],
"timezone": "America/Los_Angeles",
"prHourlyLimit": 0,
"prConcurrentLimit": 30,
"prConcurrentLimit": 50,
"platformAutomerge": true,
"platformCommit": "enabled",
"automergeType": "pr",
Expand Down Expand Up @@ -47,7 +47,8 @@
"^google-",
"^@apollo",
"^@datadog",
"^@fastify"
"^@fastify",
"^@sinclair"
],
"excludePackageNames": [
"next",
Expand Down Expand Up @@ -110,6 +111,13 @@
"groupName": "Size limit packages",
"groupSlug": "size-limit"
},
{
"description": "Group Fastify and Fastify scoped packages",
"matchPackageNames": ["fastify", "fastify-plugin"],
"matchPackagePrefixes": ["@fastify/"],
"groupName": "Fastify packages",
"groupSlug": "fastify-packages"
},
{
"description": "Skip config updates (breaking change at 3.3.8)",
"matchPackageNames": ["config"],
Expand Down
2 changes: 0 additions & 2 deletions group-dep-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
"matchDepTypes": ["dependencies"],
"schedule": ["after 5am and before 4pm every weekday"],
"automerge": true,
"groupName": "Non-Major npm deps",
"groupSlug": "non-major-npm-deps",
"updateNotScheduled": false
}
]
Expand Down
10 changes: 1 addition & 9 deletions service.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,5 @@
"github>reside-eng/renovate-config:group-dep-types",
"github>reside-eng/renovate-config"
],
"packageRules": [
{
"description": "Group Fastify and Fastify scoped packages",
"matchPackageNames": ["fastify", "fastify-plugin"],
"matchPackagePrefixes": ["@fastify/"],
"groupName": "Fastify packages",
"groupSlug": "fastify-packages"
}
]
"packageRules": []
}

0 comments on commit cc4c0a0

Please sign in to comment.