We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd958bf commit 257ce53Copy full SHA for 257ce53
3 files changed
.claude/commands/update-bolt.md .claude/commands/vendor-bolt.md.claude/commands/update-bolt.md renamed to .claude/commands/vendor-bolt.md
.github/dependabot.yml
@@ -13,7 +13,7 @@ updates:
13
- "dependencies"
14
ignore:
15
- dependency-name: "slack-bolt"
16
- # Vendored from bolt-python main — managed via /project:update-bolt
+ # Vendored from bolt-python main — managed via /project:vendor-bolt
17
- package-ecosystem: "github-actions"
18
directory: "/"
19
schedule:
README.md
@@ -39,5 +39,5 @@ This repo uses a vendored (pre-release) build of `slack-bolt` from the [bolt-pyt
39
To update the vendored bolt-python to the latest `main`, run the Claude Code slash command:
40
41
```
42
-/project:update-bolt
+/project:vendor-bolt
43
0 commit comments