Skip to content

Commit e45ead0

Browse files
chore: update dependabot config W-19407110 (#149)
* chore: workflows cleanup * chore: remove temp workflows * chore: dependabot only bump our pkgs * chore: restore git hooks * chore: add example pkg to dependabot config [skip ci] * Apply suggestion from @iowillhoit [skip ci] Co-authored-by: Willhoit <iowillhoit@users.noreply.github.com> * chore: add dependabot automation note [skip ci] --------- Co-authored-by: Willhoit <iowillhoit@users.noreply.github.com>
1 parent e5d4880 commit e45ead0

File tree

5 files changed

+9
-1
lines changed

5 files changed

+9
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
version: 2
22
updates:
33
- package-ecosystem: 'npm'
4-
directory: '/'
4+
directories:
5+
- '/packages/mcp'
6+
- '/packages/mcp-provider-api'
7+
- '/packages/mcp-provider-dx-core'
8+
- '/packages/EXAMPLE-MCP-PROVIDER'
59
schedule:
610
interval: 'weekly'
711
day: 'saturday'

.husky/commit-msg

100755100644
File mode changed.

.husky/pre-commit

100755100644
File mode changed.

.husky/pre-push

100755100644
File mode changed.

DEVELOPING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@ The server release workflow will automatically update to the latest provider ver
137137

138138
- For server wiring details and how providers are loaded, see `packages/mcp/DEVELOPING.md`.
139139

140+
## Dependabot automation
141+
We have Dependabot enabled in this repo for the the packages listed in `.github/dependabot.yml`, if a PR passes all tests it will be automatically merged (cron job checks PRs opens every day).
142+
This automation is opt-in by default (just add your package dir to the dependabot config), just note that you can't enable dependabot PRs and disable automerges yet (will be addressed in the future)
143+
140144
## Running the MCP server locally
141145

142146
Quick options; see `packages/mcp/DEVELOPING.md` for full details and troubleshooting.

0 commit comments

Comments
 (0)