Skip to content

Commit ed99c66

Browse files
chore: update renovate.json (#1058)
1 parent 294fb04 commit ed99c66

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/google-cloud-firestore/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

packages/google-cloud-firestore/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)