Skip to content

Commit 989dc57

Browse files
authored
chore: allow renovate to update unstable google-cloud packages (#173)
1 parent 6a2021a commit 989dc57

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

renovate.json

+6
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@
5252
],
5353
"semanticCommitType": "build",
5454
"semanticCommitScope": "deps"
55+
},
56+
{
57+
"packagePatterns": [
58+
"^com.google.cloud:google-cloud-"
59+
],
60+
"ignoreUnstable": false
5561
}
5662
],
5763
"semanticCommits": true

0 commit comments

Comments
 (0)