Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions packages/renovate-config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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 }}"
}
]
}