From 4376e856279e7ef1bce6ca11b085bb06cc03c733 Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Thu, 27 Aug 2026 00:19:08 -0700 Subject: [PATCH] chore: track methods/ dependencies with Dependabot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The methods/ example directory pins the Slack SDK (and its dev/build deps) but had no Dependabot coverage — only block-kit and the ai/slackbot-mcp-client examples were tracked. Add a methods/ update block mirroring the existing block-kit config (same ecosystem, daily schedule, and group/ignore rules) so the method examples don't silently drift stale against the SDK releases they're meant to demonstrate. Co-Authored-By: Claude --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6b3c55b..ea3f3cf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,3 +20,7 @@ updates: directory: "block-kit" schedule: interval: "daily" + - package-ecosystem: "pip" + directory: "methods" + schedule: + interval: "daily"