aboutsummaryrefslogtreecommitdiff
path: root/renovate.json
diff options
context:
space:
mode:
authorYoshi Automation Bot <yoshi-automation@google.com>2021-04-11 04:09:14 -0700
committerGitHub <noreply@github.com>2021-04-11 07:09:14 -0400
commit282725df279936d2490248cafe71a6d3eb9985f5 (patch)
tree54baf75a24ffc264bea07953e381b5ff2d9e62a7 /renovate.json
parent8c7ac29ce8b1680fc0991f5001ed4a6ad580f951 (diff)
downloadpython-api-core-282725df279936d2490248cafe71a6d3eb9985f5.tar.gz
chore: add constraints file check for python samples (#170)
This is the sibling PR to https://github.com/GoogleCloudPlatform/python-docs-samples/pull/5611 and this is the issue opened for it https://github.com/GoogleCloudPlatform/python-docs-samples/issues/5549
Diffstat (limited to 'renovate.json')
-rw-r--r--renovate.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/renovate.json b/renovate.json
index f08bc22..c048955 100644
--- a/renovate.json
+++ b/renovate.json
@@ -2,5 +2,8 @@
"extends": [
"config:base", ":preserveSemverRanges"
],
- "ignorePaths": [".pre-commit-config.yaml"]
+ "ignorePaths": [".pre-commit-config.yaml"],
+ "pip_requirements": {
+ "fileMatch": ["requirements-test.txt", "samples/[\\S/]*constraints.txt", "samples/[\\S/]*constraints-test.txt"]
+ }
}