chore: update Dependabot and Copilot setup#382
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Owner
Author
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
There was a problem hiding this comment.
Pull request overview
Dependabot の更新方針を「メジャーアップデート中心」に寄せつつ、開発者向けに GitHub Copilot CLI を導入してローカルから起動しやすくするためのメンテナンス PR です。
Changes:
- Dependabot の npm / GitHub Actions 更新対象を調整し、devDependencies も含めつつマイナー/パッチ更新を抑制
@github/copilotを devDependencies に追加し、pnpm run copilotで起動できる script を追加- 依存関係(eslint / lint-staged / typescript-eslint など)と lockfile を更新
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/dependabot.yml |
npm と GitHub Actions の Dependabot 設定を更新し、更新対象/更新種別(マイナー/パッチ抑制)を調整 |
package.json |
@github/copilot の追加と copilot script 追加、関連 devDependencies の更新 |
pnpm-lock.yaml |
依存追加・バージョン更新に伴う lockfile の更新 |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
pnpm run copilotで起動できるscriptを追加確認
pnpm outdated --format listpnpm run copilot --versionpnpm run buildgit diff --check