Skip to content

Commit edd828b

Browse files
chore: update ignore paths in renovate config (#1945) (#1568)
* chore: update ignore paths in renovate config (#1945) Source-Link: googleapis/synthtool@571a091 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:81c3ec554428c8ff6c92f0d58668b7ef52265d053a82284c97a326745e786949 * change version --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Joe Wang <[email protected]>
1 parent 447c82c commit edd828b

File tree

4 files changed

+19
-7
lines changed

4 files changed

+19
-7
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:084ad4c60551b075846bcb2405ec1c14b0d00ec1eb5503d4dd0d2a92cdc2d3e2
17-
# created: 2024-03-15T14:33:32.257974519Z
16+
digest: sha256:81c3ec554428c8ff6c92f0d58668b7ef52265d053a82284c97a326745e786949
17+
# created: 2024-03-27T17:59:25.436353226Z

.github/workflows/unmanaged_dependency_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
# repository
1818
.kokoro/build.sh
1919
- name: Unmanaged dependency check
20-
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@unmanaged-dependencies-check-latest
20+
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.27.0
2121
with:
2222
bom-path: google-cloud-logging-bom/pom.xml

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ implementation 'com.google.cloud:google-cloud-logging'
5959
If you are using Gradle without BOM, add this to your dependencies:
6060

6161
```Groovy
62-
implementation 'com.google.cloud:google-cloud-logging:3.16.1'
62+
implementation 'com.google.cloud:google-cloud-logging:3.16.2'
6363
```
6464

6565
If you are using SBT, add this to your dependencies:
6666

6767
```Scala
68-
libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.16.1"
68+
libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "3.16.2"
6969
```
7070
<!-- {x-version-update-end} -->
7171

@@ -452,7 +452,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
452452
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-logging/java11.html
453453
[stability-image]: https://img.shields.io/badge/stability-stable-green
454454
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-logging.svg
455-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-logging/3.16.1
455+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-logging/3.16.2
456456
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
457457
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
458458
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

renovate.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
],
1313
"ignorePaths": [
1414
".kokoro/requirements.txt",
15-
".github/workflows/**"
15+
".github/workflows/approve-readme.yaml",
16+
".github/workflows/ci.yaml",
17+
".github/workflows/renovate_config_check.yaml",
18+
".github/workflows/samples.yaml"
1619
],
1720
"customManagers": [
1821
{
@@ -23,6 +26,15 @@
2326
"matchStrings": ["value: \"gcr.io/cloud-devrel-public-resources/graalvm.*:(?<currentValue>.*?)\""],
2427
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",
2528
"datasourceTemplate": "maven"
29+
},
30+
{
31+
"customType": "regex",
32+
"fileMatch": [
33+
"^.github/workflows/unmanaged_dependency_check.yaml$"
34+
],
35+
"matchStrings": ["uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v(?<currentValue>.+?)\\n"],
36+
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",
37+
"datasourceTemplate": "maven"
2638
}
2739
],
2840
"packageRules": [

0 commit comments

Comments
 (0)