# 依存関係をセキュリティ保護する

自動化されたツールとワークフローを使用して、依存関係を最新の状態に保ち、脆弱性から保護するのに役立つスキルを構築します。

## Links

* [Dependabot クイックスタート ガイド](/ja/code-security/tutorials/secure-your-dependencies/dependabot-quickstart-guide)

  Dependabotで依存している脆弱な依存関係を見つけて修正します。

* [GitHub ActionsでのDependabotの自動化](/ja/code-security/tutorials/secure-your-dependencies/automating-dependabot-with-github-actions)

  GitHub Actionsを使って一般的なDependabot関連のタスクを自動化する例。

* [Dependabot バージョン更新プログラムに合わせて pull request の作成を最適化する](/ja/code-security/tutorials/secure-your-dependencies/optimizing-pr-creation-version-updates)

  Dependabotプル要求を合理化して効率的に管理する方法について説明します。

* [Actions Runner Controller を使ってセルフホステッド アクション ランナー上で動作するように Dependabot を設定する](/ja/code-security/tutorials/secure-your-dependencies/setting-dependabot-to-run-on-self-hosted-runners-using-arc)

  セルフホステッド ランナー上で Actions Runner Controller が動作するように Dependabot を構成できます。

* [実際のプロセスに合わせて Dependabot pull request をカスタマイズする](/ja/code-security/tutorials/secure-your-dependencies/customizing-dependabot-prs)

  実際の内部ワークフローに合わせて Dependabot pull request を調整する方法について説明します。

* [依存関係レビュー アクション構成のカスタマイズ](/ja/code-security/tutorials/secure-your-dependencies/customizing-your-dependency-review-action-configuration)

  依存関係レビュー アクション構成に基本的なカスタマイズを追加する方法について説明します。