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 4a58c5e commit 735547cCopy full SHA for 735547c
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": "^7.0.0",
43
+ "groupName": "ionic",
44
+ "matchFileNames": [
45
+ "static/code/stackblitz/v7/angular/package.json",
46
+ "static/code/stackblitz/v7/html/package.json",
47
+ "static/code/stackblitz/v7/react/package.json",
48
+ "static/code/stackblitz/v7/vue/package.json"
49
+ ]
50
+ },
51
{
52
"matchPackagePatterns": ["@ionic/"],
53
"minimumReleaseAge": "0 days",
0 commit comments