From 435b8c8b22b08a45e8ac6f82c08e886df4a180f5 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Sat, 4 Oct 2025 00:14:33 +0900 Subject: [PATCH] Move dependabot.yml into .github Follow-up to https://github.com/modelcontextprotocol/ruby-sdk/pull/138. The `dependabot.yml` file must be placed under the `.github` directory, but it was mistakenly placed outside of it. --- dependabot.yml => .github/dependabot.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename dependabot.yml => .github/dependabot.yml (100%) diff --git a/dependabot.yml b/.github/dependabot.yml similarity index 100% rename from dependabot.yml rename to .github/dependabot.yml