From 42abff3ed1fa21006b7b1609e0b53d3278d19b0a Mon Sep 17 00:00:00 2001 From: Jake Coffman Date: Wed, 7 May 2025 10:47:09 -0500 Subject: [PATCH] remove that we hope to fix since we have deprecated --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index e608dc14..df223696 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,6 @@ > [!CAUTION] > Using dependabot-script is no longer the preferred way to run a self-hosted version of Dependabot. See the [Example CLI Usage](https://github.com/dependabot/example-cli-usage) repo for how to use the [Dependabot CLI](https://github.com/dependabot/cli) instead for this purpose. -### _WARNING - Scripts are Currently Broken_ -_We recently refactored the monolithic docker image used within the [Dependabot Core][dependabot-core] library into one-image-per-ecosystem. Unfortunately, that broke the scripts in this repo, and we haven't had time to update them yet. We are aware of the problem and hope to provide a solution soon._ - # Dependabot Script This repo is a collection of scripts to use as entrypoints to the [Dependabot Core][dependabot-core] library. It is intended as a starting point for advanced users to run a self-hosted version of Dependabot within their own projects.