ytak-sagit / hands-on-github-cicd

『GitHub CI/CD実践ガイド』ハンズオン用リポジトリ
Apache License 2.0
0 stars 0 forks source link

Chapter08: Dependabotの設定 #5

Closed ytak-sagit closed 2 months ago

ytak-sagit commented 2 months ago

Dependabot: 依存関係の管理をサポート。次の機能を提供する

  1. Dependabot version updates: 最新バージョンへの自動アップデート
  2. Dependabot security updates: 脆弱性を含むバージョンの自動アップデート
  3. Dependabot alerts: 脆弱性が含まれるバージョンのアラート通知

本PRでは1.を設定