Skip to content

Commit

Permalink
docs(bot comparison): add Dependabot as GitHub Action (#28921)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed May 8, 2024
1 parent ed4c2e6 commit 54ba9af
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/usage/bot-comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 54ba9af

Please sign in to comment.