Skip to content

Commit 9d41485

Browse files
chore: exclude renovate.json from owlbot updates
This ensures that owlbot does not overwrite the changes made to `renovate.json`.
1 parent 86fcefb commit 9d41485

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

owlbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
".github/workflows/docs.yml", # to avoid overwriting python version
4444
".github/workflows/lint.yml", # to avoid overwriting python version
4545
"noxfile.py",
46+
"renovate.json",
4647
]
4748
)
4849

renovate.json

Lines changed: 1 addition & 1 deletion
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", ".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"],
99
"pip_requirements": {
1010
"fileMatch": ["requirements-test.txt", "samples/[\\S/]*constraints.txt", "samples/[\\S/]*constraints-test.txt"]
1111
}

0 commit comments

Comments
 (0)