Skip to content

Commit 0fb4f2d

Browse files
chore: update renovate.json (#1058)
1 parent 6c81626 commit 0fb4f2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def update_fixup_scripts(library):
147147
)
148148

149149
s.move(templated_files,
150-
excludes=[".github/release-please.yml"])
150+
excludes=[".github/release-please.yml", "renovate.json"])
151151

152152
python.py_samples(skip_readmes=True)
153153

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

0 commit comments

Comments
 (0)