From 73c24db4bbeb879886a3aaed3281117a8179c457 Mon Sep 17 00:00:00 2001 From: Sandhya Adavikolanu Date: Fri, 3 Apr 2026 13:41:54 -0700 Subject: [PATCH] Rename dependabots.yaml to dependabot.yaml Updates the Dependabot configuration file name to follow the expected naming convention. The previous file name was not recognized by Dependabot, which prevented it from creating automated dependency update pull requests. 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