Skip to content

Commit 159ffe4

Browse files
authored
chore: update dependabot configuration
1 parent ee2a069 commit 159ffe4

File tree

1 file changed

+56
-25
lines changed

1 file changed

+56
-25
lines changed

.github/dependabot.yml

Lines changed: 56 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,48 +2,79 @@ version: 2
22

33
updates:
44
# Node / pnpm dependencies
5-
- package-ecosystem: npm
5+
- package-ecosystem: "npm"
66
directory: "/"
77
schedule:
8-
interval: daily
8+
interval: "monthly"
99
time: "02:00"
10-
timezone: UTC
10+
timezone: "UTC"
11+
1112
open-pull-requests-limit: 5
13+
1214
reviewers:
13-
- nayandas69
15+
- "nayandas69"
16+
17+
assignees:
18+
- "nayandas69"
19+
1420
labels:
15-
- dependencies
16-
- auto-update
21+
- "dependencies"
22+
- "auto-update"
23+
1724
commit-message:
18-
prefix: "chore"
25+
prefix: "chore(deps)"
1926
include: "scope"
27+
2028
pull-request-branch-name:
2129
separator: "/"
22-
versioning-strategy: auto
23-
rebase-strategy: auto
30+
31+
versioning-strategy: "increase"
32+
rebase-strategy: "auto"
33+
2434
allow:
25-
- dependency-type: production
26-
- dependency-type: development
35+
- dependency-type: "direct"
36+
2737
groups:
28-
minor-and-patch:
29-
update-types:
30-
- minor
31-
- patch
38+
hono:
39+
patterns:
40+
- "hono"
41+
- "@hono/*"
42+
43+
upstash:
44+
patterns:
45+
- "@upstash/*"
46+
47+
tooling:
48+
patterns:
49+
- "typescript"
50+
- "tsx"
51+
- "vitest"
52+
- "prettier"
53+
- "@types/*"
3254

3355
# GitHub Actions updates
34-
- package-ecosystem: github-actions
56+
- package-ecosystem: "github-actions"
3557
directory: "/"
3658
schedule:
37-
interval: weekly
38-
day: monday
39-
time: "02:00"
40-
timezone: UTC
41-
open-pull-requests-limit: 5
59+
interval: "monthly"
60+
time: "03:00"
61+
timezone: "UTC"
62+
4263
reviewers:
43-
- nayandas69
64+
- "nayandas69"
65+
66+
assignees:
67+
- "nayandas69"
68+
4469
labels:
45-
- ci
46-
- github-actions
70+
- "ci"
71+
- "github-actions"
72+
4773
commit-message:
48-
prefix: "ci"
74+
prefix: "chore(ci)"
4975
include: "scope"
76+
77+
pull-request-branch-name:
78+
separator: "/"
79+
80+
rebase-strategy: "auto"

0 commit comments

Comments
 (0)