File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11{
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
23 "extends" : [
34 " config:base" ,
45 " :prConcurrentLimit20" ,
5- " :preserveSemverRanges"
6+ " :preserveSemverRanges" ,
7+ " :semanticPrefixChore"
68 ],
79 "ignorePresets" : [
810 " :dependencyDashboard" ,
9- " :ignoreModulesAndTests"
11+ " :ignoreModulesAndTests" ,
12+ " :semanticPrefixFixDepsChoreOthers"
1013 ],
1114 "semanticCommits" : " enabled" ,
1215 "commitMessageTopic" : " {{depName}}" ,
3437 {
3538 "matchPackagePatterns" : [" (^|/)black$" ],
3639 "versioning" : " pep440" ,
37- "ignoreUnstable" : false ,
3840 "groupName" : " black"
3941 },
4042 {
Original file line number Diff line number Diff line change 1414 - uses : actions/setup-python@v4
1515 with :
1616 python-version : " >=3.7"
17- - uses : actions/cache@v3
18- with :
19- path : ~/.cache/pip
20- key : pip-${{hashFiles('test/requirements*.txt')}}
17+ cache : pip
18+ cache-dependency-path : test/requirements*.txt
2119 - uses : actions/cache@v3
2220 with :
2321 path : ~/.cache/pre-commit
You can’t perform that action at this time.
0 commit comments