We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b13f0d commit 4f9bc8bCopy full SHA for 4f9bc8b
renovate.json
@@ -26,7 +26,7 @@
26
"matchPackageNames": [
27
"vite",
28
"vite-plugin-vuetify",
29
- "/^@vitejs//"
+ "@vitejs/**"
30
],
31
"automerge": true,
32
"schedule": [
@@ -58,7 +58,7 @@
58
{
59
"groupName": "lumino packages",
60
61
- "/^@lumino//"
+ "@lumino/**"
62
]
63
},
64
@@ -67,7 +67,7 @@
67
"on the 10th day of the month"
68
69
70
- "/^@apollo//"
+ "@apollo/**"
71
72
73
@@ -111,7 +111,7 @@
111
"groupName": "eslint packages",
112
113
"standard",
114
- "/^eslint/"
+ "eslint*"
115
116
117
0 commit comments