Skip to content

Commit 4c49d6e

Browse files
committed
fix renovate?
1 parent 348efd1 commit 4c49d6e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/renovate.json

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

0 commit comments

Comments
 (0)