From 77315066beb2dbc417f174c2f3a670da02784e7a Mon Sep 17 00:00:00 2001 From: Jake Coffman Date: Wed, 7 May 2025 08:30:10 -0500 Subject: [PATCH] add archive message We haven't been able to keep up with changes to dependabot-script and so we're archiving this repo and pointing the community to use the Dependabot CLI which should be easier to keep operational since we use it for smoke testing and general debugging. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6cdfa417..e608dc14 100644 --- a/README.md +++ b/README.md @@ -1,3 +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._