File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "extends" : [
4+ " config:base"
5+ ],
6+ "labels" : [
7+ " Dependency"
8+ ],
9+ "packageRules" : [
10+ {
11+ "groupName" : " github-actions" ,
12+ "matchManagers" : [" github-actions" ],
13+ "separateMajorMinor" : " false"
14+ }
15+ ],
16+ "schedule" : [" on the third day of the month" ]
17+ }
Original file line number Diff line number Diff line change 4040 rev : v4.3.0
4141 hooks :
4242 - id : check-merge-conflict
43+ - id : check-json
4344 - id : check-yaml
4445
4546 - repo : https://github.com/sphinx-contrib/sphinx-lint
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ exclude .coveragerc
2525exclude .editorconfig
2626exclude .readthedocs.yml
2727exclude codecov.yml
28+ exclude renovate.json
2829global-exclude .git*
2930global-exclude *.pyc
3031global-exclude *.so
You can’t perform that action at this time.
0 commit comments