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