Skip to content

Commit

Permalink
chore: let renovate bump all non-major dependencies (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Dec 28, 2024
1 parent b7bdf54 commit e6f865a
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"groupSlug": "types"
},
{
"groupName": "all patch dependencies",
"groupSlug": "all-patch",
"groupName": "all non-major dependencies",
"groupSlug": "all-non-major",
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["patch"]
"matchUpdateTypes": ["patch", "minor"]
},
// manually update peer dependencies
{
Expand All @@ -48,28 +48,16 @@
}
],
"ignoreDeps": [
// manually update some packages
"pnpm",
"esbuild",
// related to the SWC version built into Rspack
"@swc/helpers",
// vue 2 and vue-loader v15
"vue",
"vue-loader",
// some loaders still depend on loader-utils v2
"loader-utils",
// pure esm packages can not be used now
"globby",
"open",
"strip-ansi",
"ansi-escapes",
"cli-truncate",
"patch-console",
// buffer v6 has compatibility issues as node polyfill
"buffer",
// align Node.js version minimum requirements
"@types/node",
"node",
// does not follow semver
"babel-plugin-react-compiler",
// canary package
Expand Down

0 comments on commit e6f865a

Please sign in to comment.