Skip to content

Commit

Permalink
feat: 1
Browse files Browse the repository at this point in the history
  • Loading branch information
caohuilin committed Sep 25, 2024
1 parent 570f86c commit 2f8c1ca
Showing 1 changed file with 59 additions and 1 deletion.
60 changes: 59 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"@rspress/**",
],
"groupName": "rspress monorepo",
"groupSlug": "rspress",
"matchUpdateTypes": [
"digest",
"patch",
Expand All @@ -19,6 +20,7 @@
"@rsbuild/**",
],
"groupName": "rsbuild monorepo",
"groupSlug": "rsbuild",
"matchUpdateTypes": [
"digest",
"patch",
Expand All @@ -30,12 +32,68 @@
"@modern-js-reduck/**",
],
"groupName": "reduck monorepo",
"groupSlug": "reduck",
"matchUpdateTypes": [
"digest",
"patch",
"minor",
]
}
},
{
"matchPackageNames": [
"@modern-js/codesmith",
"@modern-js/codesmith-**",
],
"groupName": "codesmith monorepo",
"groupSlug": "codesmith",
"matchUpdateTypes": [
"digest",
"patch",
"minor",
]
},
{
"matchPackageNames": [
"@remix-run/**",
],
"groupName": "remix monorepo",
"groupSlug": "remix",
"matchUpdateTypes": [
"digest",
"patch",
"minor",
]
},
{
"matchPackageNames": [
"@changeset/**",
],
"groupName": "changeset monorepo",
"groupSlug": "changeset",
"matchUpdateTypes": [
"digest",
"patch",
"minor",
]
},
{
"groupName": "types",
"matchPackageNames": [
"@types/**",
],
"groupSlug": "types",
"matchUpdateTypes": [
"digest",
"patch",
"minor",
]
},
{
"groupName": "all patch dependencies",
"groupSlug": "all-patch",
"matchPackageNames": ["*"],
"matchUpdateTypes": ["patch"]
},
],
"ignoreDeps": [
// manually update some packages
Expand Down

0 comments on commit 2f8c1ca

Please sign in to comment.