Skip to content

Commit eca4415

Browse files
authored
chore(renovate): remove v6, add v8 (#3616)
1 parent bf44115 commit eca4415

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

renovate.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,18 @@
3636
"static/code/stackblitz/**/vue/package.json"
3737
]
3838
},
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+
},
3951
{
4052
"matchPackagePatterns": ["@ionic/"],
4153
"minimumReleaseAge": "0 days",
@@ -50,6 +62,7 @@
5062
},
5163
{
5264
"matchPackagePatterns": ["@ionic/"],
65+
"enabled": false,
5366
"minimumReleaseAge": "0 days",
5467
"allowedVersions": "^6.0.0",
5568
"groupName": "ionic",

0 commit comments

Comments
 (0)