From 53a39d3ff7967886c91ee51a297b26cabfa57b21 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 16 Dec 2025 23:11:04 +1000 Subject: [PATCH] .github: Move `dependabot.yml` to the correct directory (#12243) The `dependabot.yml` configuration file should be placed in the `.github` directory at the root of your repository. Dependabot will not work if the file is placed in any other directory Minor file extension rename for standardization --- .github/{workflows/dependabot.yaml => dependabot.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{workflows/dependabot.yaml => dependabot.yml} (100%) diff --git a/.github/workflows/dependabot.yaml b/.github/dependabot.yml similarity index 100% rename from .github/workflows/dependabot.yaml rename to .github/dependabot.yml