Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 9756454

Browse files
chore: exclude requirements.txt file from renovate-bot (#1594) (#560)
Source-Link: googleapis/synthtool@f58d313 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:f14e3fefe8e361e85752bd9890c8e56f2fe25f1e89cbb9597e4e3c7a429203a3
1 parent e96844b commit 9756454

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:6566dc8226f20993af18e5a4e7a2b1ba85a292b02dedb6a1634cf10e1b418fa5
16+
digest: sha256:f14e3fefe8e361e85752bd9890c8e56f2fe25f1e89cbb9597e4e3c7a429203a3
17+

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>google-cloud-securitycenter-settings</artifactId>
25-
<version>0.6.4</version>
25+
<version>0.6.5</version>
2626
</dependency>
2727
```
2828

2929
If you are using Gradle without BOM, add this to your dependencies:
3030

3131
```Groovy
32-
implementation 'com.google.cloud:google-cloud-securitycenter-settings:0.6.4'
32+
implementation 'com.google.cloud:google-cloud-securitycenter-settings:0.6.5'
3333
```
3434

3535
If you are using SBT, add this to your dependencies:
3636

3737
```Scala
38-
libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter-settings" % "0.6.4"
38+
libraryDependencies += "com.google.cloud" % "google-cloud-securitycenter-settings" % "0.6.5"
3939
```
4040

4141
## Authentication

renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
":maintainLockFilesDisabled",
1111
":autodetectPinVersions"
1212
],
13+
"ignorePaths": [".kokoro/requirements.txt"],
1314
"packageRules": [
1415
{
1516
"packagePatterns": [

0 commit comments

Comments
 (0)