Skip to content

Commit 9816d68

Browse files
committed
put back descriptions
1 parent a35ea56 commit 9816d68

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

renovate.json5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
],
1111
packageRules: [
1212
{
13+
description: "require manual approval for new minor OR major versions of these packages",
1314
matchPackageNames: [
1415
"@types/react-native",
1516
"react-native",
@@ -28,16 +29,19 @@
2829
dependencyDashboardApproval: true,
2930
},
3031
{
32+
description: "require manual approval for new major versions of these packages",
3133
matchPackageNames: ["react-markdown"],
3234
matchUpdateTypes: ["major"],
3335
dependencyDashboardApproval: true,
3436
},
3537
{
38+
description: "stop widening peerDep ranges for custom modules",
3639
matchFileNames: ["modules/**/package.json"],
3740
matchDepTypes: ["peerDependencies"],
3841
rangeStrategy: "bump",
3942
},
4043
{
44+
description: "group all redux packages together",
4145
groupName: "redux",
4246
matchPackageNames: ["@reduxjs/**", "react-redux"],
4347
},

0 commit comments

Comments
 (0)