Skip to content
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

Dependabotがパッケージアップデート通知を行うための設定ファイルを追加 #771

Merged
merged 1 commit into from
Nov 24, 2024

Conversation

yonta
Copy link
Collaborator

@yonta yonta commented Oct 30, 2024

背景と問題点

dependabotには3つ機能がある。

  1. 脆弱性のセキュリティ通知
  2. 脆弱性対応のPRの自動生成
  3. パッケージマネージャによるパッケージアップデートのPRの自動作成

レポジトリの設定のみで1と2は有効かされている。
実は3はレポジトリの設定+設定ファイルdependabot.ymlが必要。
今までは設定ファイルがないため3は動いていなかった。

やったこと

  • .github/dependabot.ymlを追加

今後

  • パッケージアップデートは頻繁にくるので、うざったいようならオフにするのもあり。
  • 生のBundler/Yarnを利用しているが、Dockerやdevcontainerを利用してのアップデート通知もある。
    • 今後devcontainerを用意できたら移行できるとよりよい

参考

@yonta yonta self-assigned this Oct 30, 2024
@github-actions github-actions bot requested a review from momocus October 30, 2024 07:13
Copy link

github-actions bot commented Oct 30, 2024

📦 esbuild Bundle Analysis for sakazuki

This analysis was generated by esbuild-bundle-analyzer. 🤖
This PR introduced no changes to the esbuild bundle! 🙌

Dependabotのパッケージアップデート通知を使うための設定ファイルを追加

参考
https://zenn.dev/camomile_cafe/articles/52d8e641ba732d
@yonta yonta force-pushed the add-dependabot-configure branch from 01bba75 to ba92e0c Compare October 30, 2024 14:22
@momocus momocus merged commit bae7ccd into main Nov 24, 2024
6 checks passed
@momocus momocus deleted the add-dependabot-configure branch November 24, 2024 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants