From 8ade5aea41e729e1ebef1959bfb6146ff1b2c27f Mon Sep 17 00:00:00 2001 From: Jon Janego Date: Tue, 14 May 2024 11:03:06 -0500 Subject: [PATCH] Update README.md Updating a broken link and an outdated sentence in the readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d7ffb1dba9..9e29f9aaf4 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,7 @@ Most people are familiar with the Dependabot service that runs on GitHub.com and simple as [checking a `dependabot.yml` configuration file in to your repository's `.github` directory](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates). However, if you want to run a custom version of Dependabot or run it on another platform, you're not left out in the cold. -This repo provides the logic necessary for hosting your own standalone Dependabot, as long as you're [not reselling -Dependabot to others](#license). It currently supports opening Pull Requests against repositories hosted on GitHub, Github Enterprise, Azure DevOps, GitLab, BitBucket, and AWS CodeCommit. +This repo provides the logic necessary for hosting your own standalone Dependabot. It currently supports opening Pull Requests against repositories hosted on GitHub, Github Enterprise, Azure DevOps, GitLab, BitBucket, and AWS CodeCommit. Dependabot-Core is a library, so you'll need an entrypoint script of some kind. Here are a few examples to help you get started.