Skip to content

Commit 044f32e

Browse files
authored
chore(renovate): do not bump v7 deps to v8
Renovate bot is trying to bump the v7 playground deps to v8. This change prevents it from doing that: #3603
1 parent 6ea8449 commit 044f32e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

renovate.json

Lines changed: 12 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": "^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+
},
3951
{
4052
"matchPackagePatterns": ["@ionic/"],
4153
"minimumReleaseAge": "0 days",

0 commit comments

Comments
 (0)