File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
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    ],
66    "packageRules" : [
77        {
1616        {
1717            "groupName" : " Firebase" 
1818            "groupSlug" : " firebase" 
19-             "matchPackagePrefixes " : [
20-                 " com.google.firebase" 
19+             "matchPackageNames " : [
20+                 " com.google.firebase{/,}** " 
2121            ]
2222        },
2323        {
2424            "description" : " Automatically merge minor and patch-level updates" 
25-             "matchUpdateTypes" : [" minor" " patch" " digest" 
25+             "matchUpdateTypes" : [
26+                 " minor" 
27+                 " patch" 
28+                 " digest" 
29+             ],
2630            "automerge" : true ,
2731            "automergeType" : " pr" 
2832            "platformAutomerge" : true 
2933        },
3034        {
3135            "description" : " Disable updates to SNAPSHOTS" 
32-             "matchDatasources" : [" maven" 
36+             "matchDatasources" : [
37+                 " maven" 
38+             ],
3339            "allowedVersions" : " !/SNAPSHOT$/" 
3440        }
3541    ]
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments