From e88d5eee0f0dd7bb0fb9ee782691150b732e0b71 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Fri, 12 Dec 2025 03:56:22 +1000 Subject: [PATCH] Move `dependabot.yml` to the correct directory 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