From 7638dd1fe22a64295e61cf00b828012f779cdd1a Mon Sep 17 00:00:00 2001 From: umrzoq-toshkentov Date: Tue, 3 Mar 2026 14:27:50 +0500 Subject: [PATCH] feat: updated renovate config for private packages --- packages/renovate-config/default.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages/renovate-config/default.json b/packages/renovate-config/default.json index a5f5b87..637d3ec 100644 --- a/packages/renovate-config/default.json +++ b/packages/renovate-config/default.json @@ -16,6 +16,10 @@ "- [ ] 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" ], "packageRules": [ + { + "matchPackageNames": ["@superdispatch/oxc-config"], + "registryUrls": ["https://npm.pkg.github.com/"] + }, { "matchUpdateTypes": ["minor"], "minimumReleaseAge": "3 days", @@ -105,5 +109,17 @@ "groupName": "sdkit", "prPriority": 1 } + ], + "hostRules": [ + { + "hostType": "npm", + "matchHost": "npm-registry.superdispatch.org", + "token": "{{ secrets.GHP_TOKEN }}" + }, + { + "hostType": "npm", + "matchHost": "npm.pkg.github.com", + "token": "{{ secrets.GHP_TOKEN }}" + } ] }