Skip to content

Commit 59de416

Browse files
chore: use templated renovate.json (#127)
* chore: use templated renovate.json * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 6dc2da9 commit 59de416

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

packages/googleapis-common-protos/owlbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
s.move(templated_files / "setup.cfg")
6565
s.move(templated_files / "LICENSE")
6666
s.move(templated_files / "MANIFEST.in")
67+
s.move(templated_files / "renovate.json")
6768
s.move(templated_files / ".github", excludes=["workflows"])
6869

6970
# Generate _pb2.py files and format them
Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"extends": [
3-
"config:base"
4-
]
3+
"config:base",
4+
"group:all",
5+
":preserveSemverRanges",
6+
":disableDependencyDashboard"
7+
],
8+
"ignorePaths": [".pre-commit-config.yaml", ".kokoro/requirements.txt"],
9+
"pip_requirements": {
10+
"fileMatch": ["requirements-test.txt", "samples/[\\S/]*constraints.txt", "samples/[\\S/]*constraints-test.txt"]
11+
}
512
}

0 commit comments

Comments
 (0)