Skip to content

Commit 077379a

Browse files
feat: updated renovate config for private packages (#206)
1 parent 1c9f809 commit 077379a

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

packages/renovate-config/default.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
"- [ ] I checked this package version in [snyk](https://security.snyk.io/vuln/npm) \\ \n - [ ] I labeled PR as 'PR needs visual test' \\ \n - [ ] I checked this update locally \\ \n - [ ] QA engineers checked this update"
1717
],
1818
"packageRules": [
19+
{
20+
"matchPackageNames": ["@superdispatch/oxc-config"],
21+
"registryUrls": ["https://npm.pkg.github.com/"]
22+
},
1923
{
2024
"matchUpdateTypes": ["minor"],
2125
"minimumReleaseAge": "3 days",
@@ -105,5 +109,17 @@
105109
"groupName": "sdkit",
106110
"prPriority": 1
107111
}
112+
],
113+
"hostRules": [
114+
{
115+
"hostType": "npm",
116+
"matchHost": "npm-registry.superdispatch.org",
117+
"token": "{{ secrets.GHP_TOKEN }}"
118+
},
119+
{
120+
"hostType": "npm",
121+
"matchHost": "npm.pkg.github.com",
122+
"token": "{{ secrets.GHP_TOKEN }}"
123+
}
108124
]
109125
}

0 commit comments

Comments
 (0)