File tree Expand file tree Collapse file tree 1 file changed +38
-2
lines changed
Expand file tree Collapse file tree 1 file changed +38
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "extends" : [
4- " config:recommended"
5- ]
4+ " config:recommended" ,
5+ " :preserveSemverRanges" ,
6+ " helpers:pinGitHubActionDigests"
7+ ],
8+ "commitBodyTable" : true ,
9+ "commitMessageAction" : " upgrade" ,
10+ "commitMessagePrefix" : " ⬆️(project)" ,
11+ "commitMessageTopic" : " {{depName}}" ,
12+ "labels" : [
13+ " dependencies"
14+ ],
15+ "packageRules" : [
16+ {
17+ "groupName" : " python dependencies" ,
18+ "minimumReleaseAge" : " 7 days" ,
19+ "matchManagers" : [
20+ " pep621"
21+ ],
22+ "schedule" : [
23+ " before 7am on monday"
24+ ],
25+ "matchPackageNames" : [
26+ " *"
27+ ]
28+ },
29+ {
30+ "matchDepTypes" : [" requires-python" ],
31+ "enabled" : false
32+ }
33+ ],
34+ "prConcurrentLimit" : 2 ,
35+ "prHourlyLimit" : 2 ,
36+ "prCreation" : " immediate" ,
37+ "semanticCommits" : " disabled" ,
38+ "separateMajorMinor" : false ,
39+ "updateNotScheduled" : true ,
40+ "rebaseWhen" : " behind-base-branch" ,
41+ "recreateWhen" : " never"
642}
You can’t perform that action at this time.
0 commit comments