Skip to content

Commit b77a6b4

Browse files
committed
fix renovate?
1 parent 348efd1 commit b77a6b4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/renovate.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,15 @@
66
"matchHost": "github.com",
77
"token": "{{ secrets.GITHUB_TOKEN }}"
88
}
9+
],
10+
"packageRules": [
11+
{
12+
"matchPackagePatterns": ["@vite-plus/.*"],
13+
"registryUrls": ["https://npm.pkg.github.com/"]
14+
},
15+
{
16+
"matchPackagePatterns": ["@voidzero-dev/.*"],
17+
"registryUrls": ["https://npm.pkg.github.com/"]
18+
}
919
]
1020
}

0 commit comments

Comments
 (0)