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

Commit 1774b17

Browse files
committed
updates excludes for templated files
1 parent e93b359 commit 1774b17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

owlbot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"**/gapic_version.py",
119119
"docs/index.rst",
120120
"testing/constraints-3.7.txt",
121-
"renovate.json",
121+
122122
],
123123
)
124124
s.remove_staging_dirs()
@@ -140,7 +140,7 @@
140140
)
141141
s.move(
142142
templated_files,
143-
excludes=[".coveragerc", ".github/release-please.yml", "docs/index.rst"],
143+
excludes=[".coveragerc", ".github/release-please.yml", "docs/index.rst", "renovate.json",],
144144
)
145145

146146
python.py_samples(skip_readmes=True)

0 commit comments

Comments
 (0)