Skip to content

Commit

Permalink
chore: fix renovate bot settings for native-image-shared-config pom u…
Browse files Browse the repository at this point in the history
…pdate (#1963)

* chore: fix renovate bot settings for native-image-shared-config pom update
  • Loading branch information
mpeddada1 authored Jul 24, 2024
1 parent 930c63b commit ed55363
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"extends": [
"config:recommended",
":separateMajorReleases",
":combinePatchMinorReleases",
":ignoreUnstable",
Expand Down Expand Up @@ -46,10 +47,11 @@
"^org.codehaus.mojo:",
"^org.sonatype.plugins:",
"^com.coveo:",
"^com.google.cloud:google-cloud-shared-config"
"^com.google.cloud:native-image-shared-config"
],
"semanticCommitType": "build",
"semanticCommitScope": "deps"
"semanticCommitScope": "deps",
"enabled": true
},
{
"matchPackagePatterns": [
Expand Down Expand Up @@ -86,4 +88,4 @@
],
"semanticCommits": "enabled",
"dependencyDashboard": true
}
}

0 comments on commit ed55363

Please sign in to comment.