From 371153e52be649a2dab310d8391439d7e817c4d2 Mon Sep 17 00:00:00 2001 From: Sandhya Adavikolanu Date: Sat, 7 Mar 2026 13:24:34 -0800 Subject: [PATCH] Rename dependabots.yaml to dependabot.yaml Rename dependabots.yaml to dependabot.yaml Renamed `.github/dependabots.yaml` to `.github/dependabot.yml` to follow the required GitHub naming convention. This ensures Dependabot can detect and apply security and version updates correctly. Signed-off-by: Sandhya Adavikolanu Signed-off-by: Sandhya Adavikolanu --- .github/{dependabots.yaml => dependabot.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{dependabots.yaml => dependabot.yaml} (100%) diff --git a/.github/dependabots.yaml b/.github/dependabot.yaml similarity index 100% rename from .github/dependabots.yaml rename to .github/dependabot.yaml