Skip to content

Commit 76ac865

Browse files
committed
separate dev dependencies
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
1 parent a64b7b0 commit 76ac865

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
"matchManagers": ["github-actions"],
3737
"semanticCommitScope": "github-actions"
3838
},
39+
{
40+
"groupName": "dev dependencies",
41+
"matchDepTypes": ["devDependencies"],
42+
"matchManagers": ["npm"],
43+
"semanticCommitScope": "dev"
44+
},
3945
{
4046
"groupName": "golang.org/x/",
4147
"matchPackageNames": ["golang.org/x/*"]

0 commit comments

Comments
 (0)