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 bf44115 commit eca4415Copy full SHA for eca4415
renovate.json
@@ -36,6 +36,18 @@
36
"static/code/stackblitz/**/vue/package.json"
37
]
38
},
39
+ {
40
+ "matchPackagePatterns": ["@ionic/"],
41
+ "minimumReleaseAge": "0 days",
42
+ "allowedVersions": "^8.0.0",
43
+ "groupName": "ionic",
44
+ "matchFileNames": [
45
+ "static/code/stackblitz/v8/angular/package.json",
46
+ "static/code/stackblitz/v8/html/package.json",
47
+ "static/code/stackblitz/v8/react/package.json",
48
+ "static/code/stackblitz/v8/vue/package.json"
49
+ ]
50
+ },
51
{
52
"matchPackagePatterns": ["@ionic/"],
53
"minimumReleaseAge": "0 days",
@@ -50,6 +62,7 @@
62
63
64
65
+ "enabled": false,
66
54
67
"allowedVersions": "^6.0.0",
55
68
"groupName": "ionic",
0 commit comments