Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit cd0fbbe

Browse files
committed
updates errant owlbot/renovate.json issue that overwrites configs
1 parent 762855b commit cd0fbbe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

owlbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
"**/gapic_version.py",
119119
"docs/index.rst",
120120
"testing/constraints-3.7.txt",
121+
"renovate.json",
121122
],
122123
)
123124
s.remove_staging_dirs()

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
":preserveSemverRanges",
66
":disableDependencyDashboard"
77
],
8-
"ignorePaths": [".pre-commit-config.yaml", ".kokoro/requirements.txt", "setup.py", ".github/workflows/unittest.yml"],
8+
"ignorePaths": [".pre-commit-config.yaml", ".kokoro/requirements.txt", "setup.py", ".github/workflows/unittest.yml", ".github/workflows/docs.yml", ".github/workflows/lint.yml"
9+
],
910
"pip_requirements": {
1011
"fileMatch": ["requirements-test.txt", "samples/[\\S/]*constraints.txt", "samples/[\\S/]*constraints-test.txt"]
1112
}

0 commit comments

Comments
 (0)