Skip to content

Commit c90c284

Browse files
chore: update ignore paths in renovate config (#1945) (#1388)
* 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 the version of unmanaged dependency check --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Joe Wang <[email protected]>
1 parent 22456ed commit c90c284

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
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:1fb09a3eb66af09221da69087fd1b4d075bc7c79e508d0708f5dc0f842069da2
17-
# created: 2024-02-05T19:43:08.106031548Z
16+
digest: sha256:81c3ec554428c8ff6c92f0d58668b7ef52265d053a82284c97a326745e786949
17+
# created: 2024-03-27T17:59:25.436353226Z

.github/workflows/unmanaged-dependency-check.yaml renamed to .github/workflows/unmanaged_dependency_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
shell: bash
1515
run: .kokoro/build.sh
1616
- name: Unmanaged dependency check
17-
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@unmanaged-dependencies-check-latest
17+
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.27.0
1818
with:
1919
bom-path: google-cloud-datastore-bom/pom.xml

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)