Skip to content

Commit 6b72491

Browse files
committed
fix(renovate): Re-group jestutils
1 parent 660c5e8 commit 6b72491

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/renovate-config/default.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"@superdispatch/dates",
2424
"@superdispatch/phones",
2525
"@superdispatch/ui",
26-
"@superdispatch/ui-lab"
26+
"@superdispatch/ui-lab",
27+
"@superdispatch/jestutils"
2728
],
2829
"groupName": "@superdispatch/ui",
2930
"prPriority": 1,
3031
"schedule": ["at any time"]
3132
},
3233
{
3334
"matchPackageNames": [
34-
"@superdispatch/jestutils",
3535
"@superdispatch/js-tools",
3636
"@superdispatch/prettier-config",
3737
"@superdispatch/babel-preset",

packages/renovate-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"@superdispatch/phones",
3636
"@superdispatch/ui",
3737
"@superdispatch/ui-lab",
38-
"@superdispatch/hooks"
38+
"@superdispatch/hooks",
39+
"@superdispatch/jestutils"
3940
],
4041
"groupName": "@superdispatch/ui",
4142
"prPriority": 1,
@@ -45,7 +46,6 @@
4546
},
4647
{
4748
"matchPackageNames": [
48-
"@superdispatch/jestutils",
4949
"@superdispatch/js-tools",
5050
"@superdispatch/prettier-config",
5151
"@superdispatch/babel-preset",

0 commit comments

Comments
 (0)