Skip to content

Commit e9bb6ca

Browse files
authored
Update renovate.json
1 parent baff5d6 commit e9bb6ca

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

renovate.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@
55
":preserveSemverRanges",
66
":disableDependencyDashboard"
77
],
8-
"ignorePaths": [".pre-commit-config.yaml", ".kokoro/requirements.txt", "setup.py", ".github/workflows/unittest.yml"],
8+
"ignorePaths": [
9+
".pre-commit-config.yaml",
10+
".kokoro/requirements.txt",
11+
"setup.py",
12+
".github/workflows/unittest.yml",
13+
".github/workflows/docs.yml"
14+
],
915
"pip_requirements": {
1016
"fileMatch": ["requirements-test.txt", "samples/[\\S/]*constraints.txt", "samples/[\\S/]*constraints-test.txt"]
11-
}
17+
},
1218
}

0 commit comments

Comments
 (0)