Skip to content

Commit 35e7397

Browse files
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
1 parent fd08c12 commit 35e7397

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
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

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)