Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@
"@octokit/oauth-methods": "6.0.3",
"@octokit/openapi-types": "28.0.0",
"@octokit/plugin-paginate-rest": "15.0.0",
"@octokit/plugin-rest-endpoint-methods": "17.0.0",
"@octokit/plugin-rest-endpoint-methods": "18.0.0",
"@octokit/request": "10.0.13",
"@octokit/request-error": "7.1.1",
"@octokit/types": "16.0.0",
"@octokit/types": "17.0.0",
"@parcel/watcher": "2.6.0",
"@primer/css": "22.3.0",
"@primer/octicons-react": "19.32.0",
Expand Down
28 changes: 8 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@
],
"semanticCommitScope": "deps-core"
},
{
"description": "Keep all @octokit packages in a single PR. They share @octokit/openapi-types, and a partial bump resolves two copies of it at once, so the `id: number | bigint` widening lands in only half the types and typechecking fails. `:separateMultipleMajorReleases` otherwise splits the group into one branch per target major.",
"matchPackageNames": ["@octokit/**"],
"groupName": "octokit",
"separateMultipleMajor": false
},
{
"description": "electron-menubar is a first-party dependency, so skip the minimum release age gate and weekly schedule applied to other packages",
"matchPackageNames": ["electron-menubar"],
Expand Down