From f296ad74b06e2fe64b00e107461f3bf7e4a10d3d Mon Sep 17 00:00:00 2001 From: Birger Schacht Date: Fri, 16 Jan 2026 10:39:33 +0100 Subject: [PATCH] ci: move dependabot file to correct location The `dependabot.yaml` should reside in the .github directory, see https://docs.github.com/en/code-security/tutorials/secure-your-dependencies/dependabot-quickstart-guide --- .github/{workflows => }/dependabot.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{workflows => }/dependabot.yaml (100%) diff --git a/.github/workflows/dependabot.yaml b/.github/dependabot.yaml similarity index 100% rename from .github/workflows/dependabot.yaml rename to .github/dependabot.yaml