File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
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:base " ,
4+ " config:recommended " ,
55 " :rebaseStalePrs" ,
66 " :automergeMinor" ,
77 " schedule:weekends" ,
1010 "packageRules" : [
1111 {
1212 "description" : " package.json specifies dependencies like ^1.0.0; bump them even when new version matches" ,
13- "matchManagers" : [" npm" ],
13+ "matchManagers" : [
14+ " npm"
15+ ],
1416 "rangeStrategy" : " bump"
1517 },
1618 {
1719 "description" : " Update chrome twice monthly to avoid daily PRs" ,
18- "matchDepNames" : [" chrome" ],
20+ "matchDepNames" : [
21+ " chrome"
22+ ],
1923 "schedule" : " * 0-12 */14 * *"
2024 }
2125 ],
3539 " ^MODULE.bazel$"
3640 ],
3741 "matchStrings" : [
38- " .*?(?<currentValue>[\\ d\\ .]+)[^\\ n]*?renovate:\\ s+datasource=(?<datasource>\\ S+)\\ s+depName=(?<depName>\\ S+)\\ s+(versioning=(?<versioning>\\ S+))?"
42+ " .*?(?<currentValue>[\\ d\\ .]+)[^\\ n]*?renovate:\\ s+datasource=(?<datasource>\\ S+)\\ s+depName=(?<depName>\\ S+)\\ s+(versioning=(?<versioning>\\ S+))?"
3943 ]
4044 }
4145 ]
You can’t perform that action at this time.
0 commit comments