Skip to content

Commit 074048b

Browse files
chore: update ignore paths in renovate config (#1945) (#2980)
* 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 * update version * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Joe Wang <[email protected]>
1 parent c2d8e95 commit 074048b

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
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:cecae6152a85d55c932a64515643cf2e32a1f1b6e17503080eb07744b2177f28
17-
# created: 2024-03-25T17:31:37.187420732Z
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.28.1
2121
with:
2222
bom-path: google-cloud-spanner-bom/pom.xml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If you are using Maven without the BOM, add this to your dependencies:
5050
If you are using Gradle 5.x or later, add this to your dependencies:
5151

5252
```Groovy
53-
implementation platform('com.google.cloud:libraries-bom:26.35.0')
53+
implementation platform('com.google.cloud:libraries-bom:26.36.0')
5454
5555
implementation 'com.google.cloud:google-cloud-spanner'
5656
```

renovate.json

Lines changed: 4 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
{

0 commit comments

Comments
 (0)