Skip to content

Commit d22fbec

Browse files
committed
adds files to excludes lists
1 parent db2a461 commit d22fbec

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
".kokoro/continuous/prerelease-deps.cfg",
7777
".kokoro/samples/python3.7/**",
7878
".kokoro/samples/python3.8/**",
79-
".github/workflows", # exclude gh actions as credentials are needed for tests
79+
".github/workflows/**", # exclude gh actions as credentials are needed for tests
8080
"README.rst",
8181
],
8282
)

renovate.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@
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"]
1117
}

0 commit comments

Comments
 (0)