blob: c21036d385e5ac13995333668c9e6a2d72b05a67 [file] [log] [blame]
Bu Sun Kime72202e2020-02-19 17:58:47 -08001{
2 "extends": [
gcf-owl-bot[bot]e3d34d42021-08-30 15:26:19 +00003 "config:base",
gcf-owl-bot[bot]01e31ca2021-09-01 15:44:22 +00004 "group:all",
gcf-owl-bot[bot]e3d34d42021-08-30 15:26:19 +00005 ":preserveSemverRanges",
6 ":disableDependencyDashboard"
Yoshi Automation Bot49c67552021-04-02 12:26:40 -07007 ],
Yoshi Automation Bot282725d2021-04-11 04:09:14 -07008 "ignorePaths": [".pre-commit-config.yaml"],
9 "pip_requirements": {
10 "fileMatch": ["requirements-test.txt", "samples/[\\S/]*constraints.txt", "samples/[\\S/]*constraints-test.txt"]
11 }
Bu Sun Kime72202e2020-02-19 17:58:47 -080012}