Skip to content
This repository was archived by the owner on Mar 15, 2025. It is now read-only.

Commit 5a1e872

Browse files
chore: add constraints file check for python samples
This is the sibling PR to GoogleCloudPlatform/python-docs-samples#5611 and this is the issue opened for it GoogleCloudPlatform/python-docs-samples#5549 If you look at the files in [this example repo](https://github.com/leahecole/testrepo-githubapp/pull/31/files), you'll see that renovate successfully opened a PR on three constraints files in `samples` directories and subdirectories, and properly ignored `constraints` files at the root level cc @tswast TODO: - [x] update renovate to check for samples/constraints.txt dependency updates - [x] run lint locally to double check that I'm not introducing lint error Source-Author: Leah E. Cole <[email protected]> Source-Date: Fri Apr 9 22:50:04 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: 0a071b3460344886297a304253bf924aa68ddb7e Source-Link: googleapis/synthtool@0a071b3
1 parent e141945 commit 5a1e872

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/header-checker-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{"allowedCopyrightHolders": ["Google LLC"],
22
"allowedLicenses": ["Apache-2.0", "MIT", "BSD-3"],
3-
"ignoreFiles": ["**/requirements.txt", "**/requirements-test.txt"],
3+
"ignoreFiles": ["**/requirements.txt", "**/requirements-test.txt", "**/__init__.py", "samples/**/constraints.txt", "samples/**/constraints-test.txt"],
44
"sourceFileExtensions": [
55
"ts",
66
"js",

synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-audit-log.git",
7-
"sha": "f8e535c13a3546ce382cc7e5fdddc42458a97f80"
7+
"sha": "e14194538cb4978b97b683c116d577074f485944"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "ff39353f34a36e7643b86e97724e4027ab466dc6"
14+
"sha": "0a071b3460344886297a304253bf924aa68ddb7e"
1515
}
1616
},
1717
{
1818
"git": {
1919
"name": "synthtool",
2020
"remote": "https://github.com/googleapis/synthtool.git",
21-
"sha": "ff39353f34a36e7643b86e97724e4027ab466dc6"
21+
"sha": "0a071b3460344886297a304253bf924aa68ddb7e"
2222
}
2323
}
2424
],

0 commit comments

Comments
 (0)