Skip to content

Commit 17e8137

Browse files
authored
chore: enable renovate for playground (#8075)
1 parent 875fc11 commit 17e8137

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/renovate.json5

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
{
22
"extends": ["config:base", "schedule:weekly", "group:allNonMajor"],
33
"labels": ["dependencies"],
4-
"ignorePaths": [
5-
"packages/playground/**",
6-
"packages/create-vite/template-*/**",
7-
"**/__tests__/**"
8-
],
4+
"ignorePaths": ["**/__tests__/**"],
95
"pin": false,
106
"rangeStrategy": "bump",
117
"node": false,

0 commit comments

Comments
 (0)