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 42
42
# Copy CONTRIBUTING.rst
43
43
s .move (templated_files / "CONTRIBUTING.rst" )
44
44
45
+ # Copy configuration file for renovate
46
+ s .move (templated_files / "renovate.json" )
47
+
45
48
# ----------------------------------------------------------------------------
46
49
# Samples templates
47
50
# ----------------------------------------------------------------------------
Original file line number Diff line number Diff line change 1
1
{
2
2
"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
+ }
5
12
}
You can’t perform that action at this time.
0 commit comments