Skip to content

Commit 1ade245

Browse files
authored
chore: disable renovate on v6 playgrounds (#3622)
1 parent d859f86 commit 1ade245

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

Diff for: renovate.json

+3-13
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,6 @@
5959
"static/code/stackblitz/v7/react/package.json",
6060
"static/code/stackblitz/v7/vue/package.json"
6161
]
62-
},
63-
{
64-
"matchPackagePatterns": ["@ionic/"],
65-
"enabled": false,
66-
"minimumReleaseAge": "0 days",
67-
"allowedVersions": "^6.0.0",
68-
"groupName": "ionic",
69-
"matchFileNames": [
70-
"static/code/stackblitz/v6/angular/package.json",
71-
"static/code/stackblitz/v6/html/package.json",
72-
"static/code/stackblitz/v6/react/package.json",
73-
"static/code/stackblitz/v6/vue/package.json"
74-
]
7562
}
7663
],
7764
"dependencyDashboard": true,
@@ -81,5 +68,8 @@
8168
"semanticCommits": "enabled",
8269
"includePaths": [
8370
"static/code/stackblitz/**/*/package.json"
71+
],
72+
"ignorePaths": [
73+
"static/code/stackblitz/v6/**"
8474
]
8575
}

0 commit comments

Comments
 (0)