Skip to content

Commit 85f2d4f

Browse files
authored
ci: Add semantic commit scopes to renovate.json
1 parent 13b7725 commit 85f2d4f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

renovate.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,16 @@
2424
},
2525
{
2626
"matchFileNames": ["**/*"],
27-
"semanticCommitType": "deps"
27+
"semanticCommitType": "deps",
28+
"semanticCommitScope": "general"
29+
},
30+
{
31+
"matchFileNames": [".github/**/*", ".release/**/*"],
32+
"semanticCommitScope": "ci"
33+
},
34+
{
35+
"matchFileNames": [".config/dotnet-tools.json"],
36+
"semanticCommitScope": "tools"
2837
},
2938
{
3039
"matchFileNames": ["src/**/*"],

0 commit comments

Comments
 (0)