Skip to content

Commit a4db545

Browse files
chore: turn on renovate-bot master issue for java repos (#100)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/5a6d8b4a-5d51-4aa7-bbe3-089dd415efba/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@cac9eef
1 parent 73ebcc1 commit a4db545

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ If you are using Maven, add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>google-cloud-pubsublite</artifactId>
23-
<version>0.1.5</version>
23+
<version>0.1.6</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>com.google.cloud</groupId>
2727
<artifactId>google-cloud-pubsub</artifactId>
28-
<version>1.105.0</version>
28+
<version>1.106.0</version>
2929
</dependency>
3030
<!-- A logging dependency used by the underlying library -->
3131
<dependency>

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,6 @@
7676
"groupName": "jackson dependencies"
7777
}
7878
],
79-
"semanticCommits": true
79+
"semanticCommits": true,
80+
"masterIssue": true
8081
}

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-pubsublite.git",
7-
"sha": "70c3fd21945ef604e9129e1c230e713d538acda7"
7+
"sha": "73ebcc1094f50cb7bb92d3b7743dfe299af3eefb"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "8b65daa222d193b689279162781baf0aa1f0ffd2"
14+
"sha": "cac9eef310652bf138dd76b716e4986e757d62ac"
1515
}
1616
}
1717
]

0 commit comments

Comments
 (0)