File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 4242# Copy CONTRIBUTING.rst
4343s .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# ----------------------------------------------------------------------------
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments