Skip to content

Commit fd5d3ac

Browse files
CoveMBericglau
andauthored
Renovate update import and package (#674)
Co-authored-by: Eric Lau <[email protected]>
1 parent 6b31f47 commit fd5d3ac

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

renovate.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,28 @@
1717
"regex"
1818
],
1919
"groupName": "import_map (regex)"
20+
},
21+
{
22+
"matchManagers": [
23+
"regex",
24+
"npm"
25+
],
26+
"matchDatasources": [
27+
"npm"
28+
],
29+
"matchPaths": [
30+
"packages/ui/**"
31+
],
32+
"groupName": "ui deps sync"
33+
},
34+
{
35+
"matchManagers": [
36+
"npm"
37+
],
38+
"matchPaths": [
39+
"packages/ui/package.json"
40+
],
41+
"rangeStrategy": "bump"
2042
}
2143
],
2244
"regexManagers": [
@@ -59,4 +81,4 @@
5981
"datasourceTemplate": "deno"
6082
}
6183
]
62-
}
84+
}

0 commit comments

Comments
 (0)