Skip to content

Commit 272930a

Browse files
committed
chore(ci): enable Dependabot version updates
1 parent a132d95 commit 272930a

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# The root pnpm workspace manifest and lockfile cover the SDK packages and
2+
# examples. Group routine updates to keep the review queue small.
3+
version: 2
4+
updates:
5+
- package-ecosystem: "npm"
6+
directory: "/"
7+
schedule:
8+
interval: "weekly"
9+
day: "monday"
10+
time: "09:00"
11+
timezone: "America/New_York"
12+
open-pull-requests-limit: 3
13+
cooldown:
14+
default-days: 7
15+
commit-message:
16+
prefix: "chore(deps)"
17+
groups:
18+
minor-and-patch:
19+
applies-to: version-updates
20+
patterns:
21+
- "*"
22+
update-types:
23+
- "minor"
24+
- "patch"
25+
26+
- package-ecosystem: "github-actions"
27+
directory: "/"
28+
schedule:
29+
interval: "weekly"
30+
day: "monday"
31+
time: "09:00"
32+
timezone: "America/New_York"
33+
open-pull-requests-limit: 2
34+
cooldown:
35+
default-days: 7
36+
commit-message:
37+
prefix: "chore(ci)"
38+
groups:
39+
github-actions:
40+
patterns:
41+
- "*"

0 commit comments

Comments
 (0)