We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930c63b commit ed55363Copy full SHA for ed55363
renovate.json
@@ -1,5 +1,6 @@
1
{
2
"extends": [
3
+ "config:recommended",
4
":separateMajorReleases",
5
":combinePatchMinorReleases",
6
":ignoreUnstable",
@@ -46,10 +47,11 @@
46
47
"^org.codehaus.mojo:",
48
"^org.sonatype.plugins:",
49
"^com.coveo:",
- "^com.google.cloud:google-cloud-shared-config"
50
+ "^com.google.cloud:native-image-shared-config"
51
],
52
"semanticCommitType": "build",
- "semanticCommitScope": "deps"
53
+ "semanticCommitScope": "deps",
54
+ "enabled": true
55
},
56
57
"matchPackagePatterns": [
@@ -86,4 +88,4 @@
86
88
87
89
"semanticCommits": "enabled",
90
"dependencyDashboard": true
-}
91
+}
0 commit comments