Skip to content

Commit f58acbf

Browse files
partheagcf-owl-bot[bot]dandhlee
authored
chore: use templated renovate.json (#1888)
* 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> Co-authored-by: Dan Lee <[email protected]>
1 parent f607fc5 commit f58acbf

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

owlbot.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
# Copy CONTRIBUTING.rst
4343
s.move(templated_files / "CONTRIBUTING.rst")
4444

45+
# Copy configuration file for renovate
46+
s.move(templated_files / "renovate.json")
47+
4548
# ----------------------------------------------------------------------------
4649
# Samples templates
4750
# ----------------------------------------------------------------------------

renovate.json

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)