Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit cd6bded

Browse files
authored
chore: update project config (#15)
1 parent e1e3ba0 commit cd6bded

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@
7171
"release": "patch"
7272
},
7373
{
74-
"type": "chore",
74+
"type": "docs",
7575
"release": "patch"
7676
},
7777
{
78-
"type": "docs",
78+
"type": "test",
7979
"release": "patch"
8080
},
8181
{
82-
"type": "test",
82+
"type": "deps",
8383
"release": "patch"
8484
},
8585
{
@@ -109,7 +109,11 @@
109109
},
110110
{
111111
"type": "docs",
112-
"section": "Trivial Changes"
112+
"section": "Documentation"
113+
},
114+
{
115+
"type": "deps",
116+
"section": "Dependencies"
113117
},
114118
{
115119
"type": "test",

0 commit comments

Comments
 (0)