Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: group fastify deps as default, ungroup minor/patch deps #80

Merged
merged 1 commit into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": []
}