File tree Expand file tree Collapse file tree 1 file changed +35
-10
lines changed
Expand file tree Collapse file tree 1 file changed +35
-10
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "extends" : [" github>bitwarden/renovate-config" ],
4- "enabledManagers" : [" github-actions" , " npm" , " pipenv" ],
5- "labels" : [" version:patch" ],
3+ "extends" : [
4+ " github>bitwarden/renovate-config"
5+ ],
6+ "enabledManagers" : [
7+ " github-actions" ,
8+ " npm" ,
9+ " pipenv"
10+ ],
11+ "labels" : [
12+ " version:patch"
13+ ],
614 "packageRules" : [
715 {
816 "groupName" : " gh minor" ,
9- "matchManagers" : [" github-actions" ],
10- "matchUpdateTypes" : [" minor" , " patch" ]
17+ "matchManagers" : [
18+ " github-actions"
19+ ],
20+ "matchUpdateTypes" : [
21+ " minor" ,
22+ " patch"
23+ ]
1124 },
1225 {
1326 "groupName" : " npm minor" ,
14- "matchManagers" : [" npm" ],
15- "matchUpdateTypes" : [" minor" , " patch" ]
27+ "matchManagers" : [
28+ " npm"
29+ ],
30+ "matchUpdateTypes" : [
31+ " minor" ,
32+ " patch"
33+ ]
1634 },
1735 {
1836 "groupName" : " pipenv minor" ,
19- "matchManagers" : [" pipenv" ],
20- "matchUpdateTypes" : [" minor" , " patch" ]
37+ "matchManagers" : [
38+ " pipenv"
39+ ],
40+ "matchUpdateTypes" : [
41+ " minor" ,
42+ " patch"
43+ ]
2144 }
2245 ],
2346 "customManagers" : [
2447 {
2548 "customType" : " regex" ,
26- "fileMatch" : [" ^actionlint_version\\ .yaml$" ],
49+ "managerFilePatterns" : [
50+ " /^actionlint_version\\ .yaml$/"
51+ ],
2752 "matchStrings" : [
2853 " \" actionlint_version\" :\\ s*\" (?<currentValue>[^\" ]+)\" "
2954 ],
You can’t perform that action at this time.
0 commit comments