Skip to content

Commit d447222

Browse files
jh-blockspikewang
authored andcommitted
Add dependabot config for pnpm workspace, cargo, and actions (aaif-goose#8660)
Signed-off-by: jh-block <jhugo@block.xyz>
1 parent b6f71f6 commit d447222

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
version: 2
2+
updates:
3+
# pnpm workspace for the UI (desktop, acp, text, sdk, goose-binary/*, goose2).
4+
# Point at the workspace ROOT where pnpm-lock.yaml lives so Dependabot updates
5+
# both the child package.json AND ui/pnpm-lock.yaml in one PR.
6+
- package-ecosystem: "npm"
7+
directory: "/ui"
8+
schedule:
9+
interval: "weekly"
10+
open-pull-requests-limit: 10
11+
groups:
12+
ui-minor-and-patch:
13+
update-types:
14+
- "minor"
15+
- "patch"
16+
17+
# Cargo workspace at the repo root.
18+
- package-ecosystem: "cargo"
19+
directory: "/"
20+
schedule:
21+
interval: "weekly"
22+
open-pull-requests-limit: 10
23+
groups:
24+
cargo-minor-and-patch:
25+
update-types:
26+
- "minor"
27+
- "patch"
28+
29+
# GitHub Actions used by workflows in .github/workflows.
30+
- package-ecosystem: "github-actions"
31+
directory: "/"
32+
schedule:
33+
interval: "weekly"

0 commit comments

Comments
 (0)