Skip to content

Commit 3251829

Browse files
authored
chore: update project config (#86)
1 parent d8d5533 commit 3251829

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.github/dependabot.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ updates:
66
interval: daily
77
time: "10:00"
88
open-pull-requests-limit: 10
9+
commit-message:
10+
prefix: "deps"
11+
prefix-development: "deps(dev)"

package.json

+8-4
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,15 @@
102102
"release": "patch"
103103
},
104104
{
105-
"type": "chore",
105+
"type": "docs",
106106
"release": "patch"
107107
},
108108
{
109-
"type": "docs",
109+
"type": "test",
110110
"release": "patch"
111111
},
112112
{
113-
"type": "test",
113+
"type": "deps",
114114
"release": "patch"
115115
},
116116
{
@@ -140,7 +140,11 @@
140140
},
141141
{
142142
"type": "docs",
143-
"section": "Trivial Changes"
143+
"section": "Documentation"
144+
},
145+
{
146+
"type": "deps",
147+
"section": "Dependencies"
144148
},
145149
{
146150
"type": "test",

0 commit comments

Comments
 (0)