File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
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" , 
5+     "docker:pinDigests" , 
6+     "helpers:pinGitHubActionDigests" 
57  ] , 
68  "packageRules" : [ 
9+     { 
10+       // this is to reduce the number of renovate PRs by consolidating them into a weekly batch 
11+       "matchManagers" : [ "github-actions" ] , 
12+       "extends" : [ "schedule:weekly" ] , 
13+       "groupName" : "github actions" , 
14+       "separateMinorPatch" : false  // overrides separateMinorPatch specified above 
15+     } , 
716    { 
817      "matchPackageNames" : [ 
918        "io.opentelemetry:**" , 
1625      // of that release instead of the unstable version for a future release 
1726      "ignoreUnstable" : false 
1827    } , 
19-     { 
20-       "matchPackagePrefixes" : [ "ch.qos.logback:" ] , 
21-       "groupName" : "logback packages" 
22-     } , 
23-     { 
24-       "matchPackagePrefixes" : [ "io.micrometer:" ] , 
25-       "groupName" : "micrometer packages" 
26-     } , 
2728    { 
2829      // prevent 3.0.1u2 -> 3.0.1 
2930      "matchPackageNames" : [ "com.google.code.findbugs:annotations" ] , 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments