Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 106d292

Browse files
authoredJan 9, 2025
chore(python): exclude .github/workflows/unittest.yml in renovate config (#2049)
1 parent de3def6 commit 106d292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎synthtool/gcp/templates/python_library/renovate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
":preserveSemverRanges",
66
":disableDependencyDashboard"
77
],
8-
"ignorePaths": [".pre-commit-config.yaml", ".kokoro/requirements.txt", "setup.py"],
8+
"ignorePaths": [".pre-commit-config.yaml", ".kokoro/requirements.txt", "setup.py", ".github/workflows/unittest.yml"],
99
"pip_requirements": {
1010
"fileMatch": ["requirements-test.txt", "samples/[\\S/]*constraints.txt", "samples/[\\S/]*constraints-test.txt"]
1111
}

0 commit comments

Comments
 (0)
Failed to load comments.