Skip to content

Commit 4aae189

Browse files
authored
chore(renovate): account for v8 and ionic packages (#3536)
1 parent 33d1858 commit 4aae189

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

renovate.json

+4-16
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,19 @@
2525
"matchPackageNames": ["vite", "@vitejs/plugin-react"],
2626
"groupName": "vite-react",
2727
"matchFileNames": [
28-
"static/code/stackblitz/v6/react/package.json",
29-
"static/code/stackblitz/v7/react/package.json"
28+
"static/code/stackblitz/**/react/package.json"
3029
]
3130
},
3231
{
3332
"matchPackageNames": ["vite", "@vitejs/plugin-vue"],
3433
"groupName": "vite-vue",
3534
"matchFileNames": [
36-
"static/code/stackblitz/v6/vue/package.json",
37-
"static/code/stackblitz/v7/vue/package.json"
35+
"static/code/stackblitz/**/vue/package.json"
3836
]
3937
},
4038
{
4139
"matchPackagePatterns": ["@ionic/"],
40+
"minimumReleaseAge": "0 days",
4241
"allowedVersions": "^6.0.0",
4342
"groupName": "ionic",
4443
"matchFileNames": [
@@ -55,17 +54,6 @@
5554
"schedule": ["every weekday before 11am"],
5655
"semanticCommits": "enabled",
5756
"includePaths": [
58-
"static/code/stackblitz/v6/angular/package.json",
59-
"static/code/stackblitz/v6/html/package.json",
60-
"static/code/stackblitz/v6/react/package.json",
61-
"static/code/stackblitz/v6/vue/package.json",
62-
"static/code/stackblitz/v7/angular/package.json",
63-
"static/code/stackblitz/v7/html/package.json",
64-
"static/code/stackblitz/v7/react/package.json",
65-
"static/code/stackblitz/v7/vue/package.json",
66-
"static/code/stackblitz/v8/angular/package.json",
67-
"static/code/stackblitz/v8/html/package.json",
68-
"static/code/stackblitz/v8/react/package.json",
69-
"static/code/stackblitz/v8/vue/package.json"
57+
"static/code/stackblitz/**/*/package.json"
7058
]
7159
}

0 commit comments

Comments
 (0)