Skip to content

Commit

Permalink
chore: update ignore paths in renovate config (#1945) (#2980)
Browse files Browse the repository at this point in the history
* 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 <joewa@google.com>
  • Loading branch information
3 people committed Apr 4, 2024
1 parent c2d8e95 commit 074048b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/.OwlBot.lock.yaml
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
digest: sha256:cecae6152a85d55c932a64515643cf2e32a1f1b6e17503080eb07744b2177f28
# created: 2024-03-25T17:31:37.187420732Z
digest: sha256:81c3ec554428c8ff6c92f0d58668b7ef52265d053a82284c97a326745e786949
# created: 2024-03-27T17:59:25.436353226Z
2 changes: 1 addition & 1 deletion .github/workflows/unmanaged_dependency_check.yaml
Expand Up @@ -17,6 +17,6 @@ jobs:
# repository
.kokoro/build.sh
- name: Unmanaged dependency check
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@unmanaged-dependencies-check-latest
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.28.1
with:
bom-path: google-cloud-spanner-bom/pom.xml
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -50,7 +50,7 @@ If you are using Maven without the BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.35.0')
implementation platform('com.google.cloud:libraries-bom:26.36.0')
implementation 'com.google.cloud:google-cloud-spanner'
```
Expand Down
5 changes: 4 additions & 1 deletion renovate.json
Expand Up @@ -12,7 +12,10 @@
],
"ignorePaths": [
".kokoro/requirements.txt",
".github/workflows/**"
".github/workflows/approve-readme.yaml",
".github/workflows/ci.yaml",
".github/workflows/renovate_config_check.yaml",
".github/workflows/samples.yaml"
],
"customManagers": [
{
Expand Down

0 comments on commit 074048b

Please sign in to comment.