We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348efd1 commit 970324cCopy full SHA for 970324c
.github/renovate.json
@@ -3,8 +3,20 @@
3
"extends": ["github>Boshen/renovate"],
4
"hostRules": [
5
{
6
- "matchHost": "github.com",
+ "matchHost": "https://npm.pkg.github.com/",
7
+ "hostType": "npm",
8
"token": "{{ secrets.GITHUB_TOKEN }}"
9
}
- ]
10
+ ],
11
+ "packageRules": [
12
+ {
13
+ "matchPackagePatterns": ["@vite-plus/.*"],
14
+ "registryUrls": ["https://npm.pkg.github.com/"]
15
+ },
16
17
+ "matchPackagePatterns": ["@voidzero-dev/.*"],
18
19
+ }
20
21
+ "npmrc": "@voidzero-dev:registry=https://npm.pkg.github.com/"
22
0 commit comments