Skip to content

Commit

Permalink
chore(java): remove dependencyDashboardLabel config from renovate.json (
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] authored Sep 24, 2021
1 parent 6801f5f commit 0b62cb6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion java-workflows/.github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
digest: sha256:8c50e7bab0ae5ad41ee29420b558542637104500f6256b8fe74282b0cf6144db
digest: sha256:52b5557b7155a80e6f1684c2376d5eef0df6d8d5c785551e1ff8cc000603b62a
4 changes: 2 additions & 2 deletions java-workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ If you are using Maven, add this to your pom.xml file:
If you are using Gradle without BOM, add this to your dependencies

```Groovy
implementation 'com.google.cloud:google-cloud-workflows:2.1.1'
implementation 'com.google.cloud:google-cloud-workflows:2.1.2'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "2.1.1"
libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "2.1.2"
```

## Authentication
Expand Down
5 changes: 1 addition & 4 deletions java-workflows/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,5 @@
}
],
"semanticCommits": true,
"dependencyDashboard": true,
"dependencyDashboardLabels": [
"type: process"
]
"dependencyDashboard": true
}

0 comments on commit 0b62cb6

Please sign in to comment.