-
Notifications
You must be signed in to change notification settings - Fork 0
Cooldown update process for dependencies #677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,6 +4,8 @@ updates: | |
| directory: / | ||
| schedule: | ||
| interval: daily | ||
| cooldown: | ||
| default-days: 1 | ||
| groups: | ||
| actions: | ||
| patterns: | ||
|
|
@@ -15,6 +17,10 @@ updates: | |
| - /test/ | ||
| schedule: | ||
| interval: daily | ||
| cooldown: | ||
| default-days: 1 | ||
| exclude: | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Dependabotの設定にcooldown機能を追加したのは良い改善です。ただし、npm依存関係の設定で |
||
| - 'pnpm' | ||
| groups: | ||
| npm: | ||
| patterns: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -43,5 +43,5 @@ | |
| "typescript": "^5.9.2", | ||
| "typescript-eslint": "^8.44.0" | ||
| }, | ||
| "packageManager": "pnpm@10.16.1" | ||
| "packageManager": "pnpm@10.17.0" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. pnpmのバージョンを10.16.1から10.17.0にアップデートしていますが、この変更は |
||
| } | ||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -4,3 +4,9 @@ packages: | |||||||||||||||||||||
|
|
||||||||||||||||||||||
| enablePrePostScripts: true | ||||||||||||||||||||||
| strictPeerDependencies: false | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| # one day | ||||||||||||||||||||||
| minimumReleaseAge: 1440 | ||||||||||||||||||||||
| minimumReleaseAgeExclude: | ||||||||||||||||||||||
| - pnpm | ||||||||||||||||||||||
| - appstore-connect-jwt-generator-core | ||||||||||||||||||||||
|
Comment on lines
+8
to
+12
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 新しく追加された
Suggested change
|
||||||||||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
セキュリティの観点から、GitHub Actionsの依存関係にもcooldown期間を設定するのは慎重すぎる可能性があります。GitHub Actionsのセキュリティアップデートは迅速に適用すべきです。セキュリティ関連の更新を除外する設定を検討してください。