Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit 79a4e82

Browse files
chore(java): remove dependencyDashboardLabel config from renovate.json (#1220) (#342)
1 parent 36600d3 commit 79a4e82

3 files changed

Lines changed: 5 additions & 8 deletions

File tree

.github/.OwlBot.lock.yaml

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

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.analytics</groupId>
2424
<artifactId>google-analytics-data</artifactId>
25-
<version>0.10.0</version>
25+
<version>0.10.1</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.analytics:google-analytics-data:0.10.0'
32+
implementation 'com.google.analytics:google-analytics-data:0.10.1'
3333
```
3434

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

3737
```Scala
38-
libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.10.0"
38+
libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.10.1"
3939
```
4040

4141
## Authentication

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)