Skip to content

Commit dbabee5

Browse files
chore: update .github/renovate.json
1 parent e6a9b2f commit dbabee5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/renovate.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,21 @@
4343
"matchPackageNames": ["google", "google-beta"],
4444
"groupName": "terraform googles"
4545
}
46+
],
47+
"regexManagers": [
48+
{
49+
"fileMatch": ["(^|/)Makefile$"],
50+
"matchStrings": ["DOCKER_TAG_VERSION_DEVELOPER_TOOLS := (?<currentValue>.*?)\\n"],
51+
"datasourceTemplate": "docker",
52+
"registryUrlTemplate": "https://gcr.io/cloud-foundation-cicd",
53+
"depNameTemplate": "cft/developer-tools"
54+
},
55+
{
56+
"fileMatch": ["(^|/)build/(int|lint)\\.cloudbuild\\.yaml$"],
57+
"matchStrings": [" _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '(?<currentValue>.*?)'\\n"],
58+
"datasourceTemplate": "docker",
59+
"registryUrlTemplate": "https://gcr.io/cloud-foundation-cicd",
60+
"depNameTemplate": "cft/developer-tools"
61+
}
4662
]
4763
}

0 commit comments

Comments
 (0)