Skip to content

Commit 648ffeb

Browse files
committed
chore: Address PR comment about semantic commit type and scope
1 parent b6de897 commit 648ffeb

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

renovate.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@
106106
"/^org.junit/"
107107
],
108108
"groupName": "Testing Libraries",
109-
"enabled": true
109+
"enabled": true,
110+
"semanticCommitType": "test",
111+
"semanticCommitScope": "deps"
110112
},
111113
{
112114
"matchPackageNames": [
@@ -116,7 +118,9 @@
116118
"/^org.sonatype.plugins:/"
117119
],
118120
"groupName": "Maven Plugins",
119-
"enabled": true
121+
"enabled": true,
122+
"semanticCommitType": "build",
123+
"semanticCommitScope": "deps"
120124
},
121125
{
122126
"matchManagers": [
@@ -148,7 +152,9 @@
148152
"matchPackageNames": [
149153
"com.google.cloud:google-cloud-shared-config"
150154
],
151-
"enabled": true
155+
"enabled": true,
156+
"semanticCommitType": "build",
157+
"semanticCommitScope": "deps"
152158
},
153159
{
154160
"matchManagers": [

0 commit comments

Comments
 (0)