Skip to content

Commit 970324c

Browse files
committed
fix renovate?
1 parent 348efd1 commit 970324c

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/renovate.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,20 @@
33
"extends": ["github>Boshen/renovate"],
44
"hostRules": [
55
{
6-
"matchHost": "github.com",
6+
"matchHost": "https://npm.pkg.github.com/",
7+
"hostType": "npm",
78
"token": "{{ secrets.GITHUB_TOKEN }}"
89
}
9-
]
10+
],
11+
"packageRules": [
12+
{
13+
"matchPackagePatterns": ["@vite-plus/.*"],
14+
"registryUrls": ["https://npm.pkg.github.com/"]
15+
},
16+
{
17+
"matchPackagePatterns": ["@voidzero-dev/.*"],
18+
"registryUrls": ["https://npm.pkg.github.com/"]
19+
}
20+
],
21+
"npmrc": "@voidzero-dev:registry=https://npm.pkg.github.com/"
1022
}

0 commit comments

Comments
 (0)