Skip to content

Commit ccf59de

Browse files
committed
response to review: add new packages to a renovate.json group
1 parent d5324f0 commit ccf59de

File tree

3 files changed

+216
-116
lines changed

3 files changed

+216
-116
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"myst-to-html": "1.5.12",
4545
"nprogress": "1.0.0-1",
4646
"preact": "10.26.5",
47+
"rehype-stringify": "^10.0.1",
4748
"simple-icons": "2.19.0",
4849
"subscriptions-transport-ws": "0.11.0",
4950
"svg-pan-zoom": "3.6.2",

renovate.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,17 @@
145145
"addLabels": [
146146
"data workflows team"
147147
]
148+
},
149+
{
150+
"groupName": "MyST packages",
151+
"matchPackageNames": [
152+
"myst-*",
153+
"rehype-stringify",
154+
"unified"
155+
],
156+
"schedule": [
157+
"on the 23rd day of the month"
158+
]
148159
}
149160
],
150161
"vulnerabilityAlerts": {

0 commit comments

Comments
 (0)