13 lines
387 B
JSON
13 lines
387 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
"group:all",
|
|
":preserveSemverRanges",
|
|
":disableDependencyDashboard"
|
|
],
|
|
"ignorePaths": [".pre-commit-config.yaml", ".kokoro/requirements.txt", "setup.py", ".github/workflows/unittest.yml"],
|
|
"pip_requirements": {
|
|
"fileMatch": ["requirements-test.txt", "samples/[\\S/]*constraints.txt", "samples/[\\S/]*constraints-test.txt"]
|
|
}
|
|
}
|