Skip to content

Commit 0b62cb6

Browse files
chore(java): remove dependencyDashboardLabel config from renovate.json (#1220) (#351)
1 parent 6801f5f commit 0b62cb6

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
3-
digest: sha256:8c50e7bab0ae5ad41ee29420b558542637104500f6256b8fe74282b0cf6144db
3+
digest: sha256:52b5557b7155a80e6f1684c2376d5eef0df6d8d5c785551e1ff8cc000603b62a

java-workflows/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ If you are using Maven, add this to your pom.xml file:
2727
If you are using Gradle without BOM, add this to your dependencies
2828

2929
```Groovy
30-
implementation 'com.google.cloud:google-cloud-workflows:2.1.1'
30+
implementation 'com.google.cloud:google-cloud-workflows:2.1.2'
3131
```
3232

3333
If you are using SBT, add this to your dependencies
3434

3535
```Scala
36-
libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "2.1.1"
36+
libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "2.1.2"
3737
```
3838

3939
## Authentication

java-workflows/renovate.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,5 @@
7070
}
7171
],
7272
"semanticCommits": true,
73-
"dependencyDashboard": true,
74-
"dependencyDashboardLabels": [
75-
"type: process"
76-
]
73+
"dependencyDashboard": true
7774
}

0 commit comments

Comments
 (0)