From 11bf13b3e81524f9ac53d02dcaf8a71ec5c1f190 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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1003758..8f89d5a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,11 @@ updates: slack: patterns: - "com.slack.api:*" + - package-ecosystem: "maven" + directory: "methods" + schedule: + interval: "daily" + groups: + slack: + patterns: + - "com.slack.api:*"