From fd80815119d5ea4bcc6098829f8a72ccaa7f4e64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ullrich=20Sch=C3=A4fer?= Date: Mon, 13 Jul 2026 21:10:37 +0200 Subject: [PATCH] ci: rename workflow file to match its name (dependabot-auto-fix.yml) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The workflow was renamed "Dependabot dedupe" -> "Dependabot auto-fix" in the previous commit; rename the file to match and fix the self-reference in its error message. Safe — this workflow is not a required status check. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../{dependabot-dedupe.yml => dependabot-auto-fix.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{dependabot-dedupe.yml => dependabot-auto-fix.yml} (98%) diff --git a/.github/workflows/dependabot-dedupe.yml b/.github/workflows/dependabot-auto-fix.yml similarity index 98% rename from .github/workflows/dependabot-dedupe.yml rename to .github/workflows/dependabot-auto-fix.yml index 2bb3603..85e110f 100644 --- a/.github/workflows/dependabot-dedupe.yml +++ b/.github/workflows/dependabot-auto-fix.yml @@ -44,7 +44,7 @@ jobs: if [ -z "$TOKEN" ]; then echo "::error::DEPENDABOT_DEDUPE_TOKEN is not set. This workflow" echo "::error::requires a PAT so the fixup commit re-triggers CI." - echo "::error::See .github/workflows/dependabot-dedupe.yml header." + echo "::error::See .github/workflows/dependabot-auto-fix.yml header." exit 1 fi - uses: actions/checkout@v7