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 7c2b38c commit 620b5dfCopy full SHA for 620b5df
renovate.json
@@ -12,6 +12,11 @@
12
"groupName": "angular",
13
"schedule": ["on the first day of the month"]
14
},
15
+ {
16
+ "matchPackagePatterns": ["react-router", "react-router-dom"],
17
+ "groupName": "react-router",
18
+ "allowedVersions": "^5.0.0"
19
+ },
20
{
21
"matchPackagePatterns": ["@ionic/"],
22
"allowedVersions": "^6.0.0",
@@ -21,7 +26,7 @@
26
"static/code/stackblitz/v6/html/package.json",
27
"static/code/stackblitz/v6/react/package.json",
23
28
"static/code/stackblitz/v6/vue/package.json"
24
- ]
29
+ ],
25
30
}
31
],
32
"dependencyDashboard": true,
0 commit comments