# Secure your dependencies

Build skills to help you keep your dependencies up to date and protected from vulnerabilities using automated tools and workflows.

## Links

* [Dependabot quickstart guide](/en/code-security/tutorials/secure-your-dependencies/dependabot-quickstart-guide)

  Find and fix vulnerable dependencies you rely on with Dependabot.

* [Automating Dependabot with GitHub Actions](/en/code-security/tutorials/secure-your-dependencies/automating-dependabot-with-github-actions)

  Examples of how you can use GitHub Actions to automate common Dependabot related tasks.

* [Optimizing the creation of pull requests for Dependabot version updates](/en/code-security/tutorials/secure-your-dependencies/optimizing-pr-creation-version-updates)

  Learn how to streamline and efficiently manage your Dependabot pull requests.

* [Setting up Dependabot to run on self-hosted action runners using the Actions Runner Controller](/en/code-security/tutorials/secure-your-dependencies/setting-dependabot-to-run-on-self-hosted-runners-using-arc)

  You can configure the Actions Runner Controller to run Dependabot on self-hosted runners.

* [Customizing Dependabot pull requests to fit your processes](/en/code-security/tutorials/secure-your-dependencies/customizing-dependabot-prs)

  Learn how to tailor your Dependabot pull requests to better suit your own internal workflows.

* [Customizing your dependency review action configuration](/en/code-security/tutorials/secure-your-dependencies/customizing-your-dependency-review-action-configuration)

  Learn how to add a basic customization to your dependency review action configuration.