From ff1fa52bbf917fdfc4062a790046ce9878d5caa8 Mon Sep 17 00:00:00 2001 From: William Bergamin Date: Mon, 20 Jul 2026 10:04:11 -0400 Subject: [PATCH] ci: configure dependabot to ignore slack-bolt Dependabot repeatedly opened PRs bumping the minimum slack-bolt version in requirements.txt. Maintainers want to manage the minimum slack-bolt version manually so the project does not always require the latest release. Add an ignore entry for slack-bolt under the pip ecosystem. Co-Authored-By: Claude --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5512415..eb56556 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,10 @@ updates: schedule: interval: "weekly" open-pull-requests-limit: 5 + ignore: + # Maintainers bump the minimum slack-bolt version manually so the project + # does not always require the latest release. + - dependency-name: "slack-bolt" - package-ecosystem: "github-actions" directory: "/" schedule: