We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ee1cb commit 53261b2Copy full SHA for 53261b2
1 file changed
renovate.json
@@ -79,6 +79,23 @@
79
"packagePatterns": ["^(braid-design-system|(seek(-asia)?-style-guide))$"],
80
"enabled": true,
81
"schedule": ["before 8am on the first day of the month"]
82
+ },
83
+ {
84
+ "groupName": "ESM-only packages",
85
+ "matchUpdateTypes": "major",
86
+ "matchPackageNames": [
87
+ "chalk",
88
+ "env-ci",
89
+ "escape-string-regexp",
90
+ "find-up",
91
+ "get-port",
92
+ "indent-string",
93
+ "inquirer",
94
+ "open",
95
+ "pretty-ms",
96
+ "wrap-ansi"
97
+ ],
98
+ "enabled": false
99
}
100
]
101
0 commit comments