Skip to content

Commit

Permalink
ci: add example app dependencies to weekly dependabot configurations (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeg authored Jan 9, 2025
1 parent b475b05 commit 6758adb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,17 @@ updates:
docusaurus:
patterns:
- "@docusaurus/*"
- package-ecosystem: "npm"
directories:
- "/examples/custom-properties"
- "/examples/custom-receiver"
- "/examples/deploy-aws-lambda"
- "/examples/deploy-heroku"
- "/examples/getting-started-typescript"
- "/examples/message-metadata"
- "/examples/oauth-express-receiver"
- "/examples/oauth"
- "/examples/socket-mode-oauth"
- "/examples/socket-mode"
schedule:
interval: "weekly"

0 comments on commit 6758adb

Please sign in to comment.