Skip to content

Commit ed55363

Browse files
authored
chore: fix renovate bot settings for native-image-shared-config pom update (#1963)
* chore: fix renovate bot settings for native-image-shared-config pom update
1 parent 930c63b commit ed55363

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

renovate.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"extends": [
3+
"config:recommended",
34
":separateMajorReleases",
45
":combinePatchMinorReleases",
56
":ignoreUnstable",
@@ -46,10 +47,11 @@
4647
"^org.codehaus.mojo:",
4748
"^org.sonatype.plugins:",
4849
"^com.coveo:",
49-
"^com.google.cloud:google-cloud-shared-config"
50+
"^com.google.cloud:native-image-shared-config"
5051
],
5152
"semanticCommitType": "build",
52-
"semanticCommitScope": "deps"
53+
"semanticCommitScope": "deps",
54+
"enabled": true
5355
},
5456
{
5557
"matchPackagePatterns": [
@@ -86,4 +88,4 @@
8688
],
8789
"semanticCommits": "enabled",
8890
"dependencyDashboard": true
89-
}
91+
}

0 commit comments

Comments
 (0)