From 0110e4cbc1106159feef2824c5afef5169eef4d0 Mon Sep 17 00:00:00 2001 From: Sandhya Adavikolanu Date: Sat, 7 Mar 2026 13:52:35 -0800 Subject: [PATCH] Rename dependabots.yml to dependabot.yml 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.yml => dependabot.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{dependabots.yml => dependabot.yml} (100%) diff --git a/.github/dependabots.yml b/.github/dependabot.yml similarity index 100% rename from .github/dependabots.yml rename to .github/dependabot.yml