From 54ba9af75ff7ae6b6e5a3407767b3cd75f3c68a6 Mon Sep 17 00:00:00 2001
From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Date: Wed, 8 May 2024 10:55:03 +0200
Subject: [PATCH] docs(bot comparison): add Dependabot as GitHub Action
 (#28921)

---
 docs/usage/bot-comparison.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs/usage/bot-comparison.md b/docs/usage/bot-comparison.md
index 227542e02c..f969547c4c 100644
--- a/docs/usage/bot-comparison.md
+++ b/docs/usage/bot-comparison.md
@@ -148,6 +148,14 @@ Available [Renovate distributions](./getting-started/running.md#available-distri
 
 You can self-host Dependabot on other platforms than GitHub but none are officially supported.
 
+#### As a GitHub Actions workflow on GitHub
+
+You can run Dependabot as a GitHub Actions workflow on hosted and self-hosted runners.
+Learn more by reading the:
+
+- [GitHub Blog, Dependabot on GitHub Actions and self-hosted runners is now generally available](https://github.blog/2024-05-02-dependabot-on-github-actions-and-self-hosted-runners-is-now-generally-available/)
+- [GitHub Docs, About Dependabot on GitHub Actions runners](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/about-dependabot-on-github-actions-runners)
+
 #### `dependabot-core`
 
 If you want to customize Dependabot, or self-host on another platform, you can use [`dependabot-core`](https://github.com/dependabot/dependabot-core).
-- 
GitLab