| { | |
| "extends": [ | |
| "config:base", | |
| "group:all", | |
| ":preserveSemverRanges", | |
| ":disableDependencyDashboard" | |
| ], | |
| "ignorePaths": [".pre-commit-config.yaml", ".kokoro/requirements.txt", "setup.py"], | |
| "pip_requirements": { | |
| "fileMatch": ["requirements-test.txt", "samples/[\\S/]*constraints.txt", "samples/[\\S/]*constraints-test.txt"] | |
| } | |
| } |