Skip to content

Commit

Permalink
chore: update renovate to only update libraries-bom version in `READM…
Browse files Browse the repository at this point in the history
…E.md` in 4 modules (#10768)

* chore: update renovate to exclude libraries-bom update in README.md

* Revert "chore: update renovate to exclude libraries-bom update in README.md"

This reverts commit eb72ebd.

* only update libraries-bom in 4 modules
  • Loading branch information
JoeWang1127 authored May 1, 2024
1 parent 40f631b commit 6388fbc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@
},
{
"fileMatch": [
"README.md"
"java-dns/README.md",
"java-grafeas/README.md",
"java-notification/README.md",
"java-vertexai/README.md"
],
"matchStrings": [
"<artifactId>libraries-bom</artifactId>\\s+<version>(?<currentValue>.*?)</version>"
Expand Down

0 comments on commit 6388fbc

Please sign in to comment.