File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+   "$schema" : " https://docs.renovatebot.com/renovate-schema.json"  ,
3+   "git-submodules" : {
4+     "enabled" : true 
5+   },
6+   "minimumReleaseAge" : " 3 days"  ,
7+   "extends" : [
8+     " config:recommended"  ,
9+     " config:best-practices"  ,
10+     " security:openssf-scorecard"  ,
11+     " helpers:pinGitHubActionDigests"  ,
12+     " :rebaseStalePrs" 
13+   ],
14+   "postUpdateOptions" : [
15+     " gomodTidy" 
16+   ],
17+   "packageRules" : [
18+     {
19+       "matchManagers" : [
20+         " gomod" 
21+       ],
22+       "matchDepNames" : [
23+         " go" 
24+       ],
25+       "matchDepTypes" : [
26+         " golang" 
27+       ],
28+       "rangeStrategy" : " bump" 
29+     },
30+     {
31+       "matchPackageNames" : [
32+         " github.com/openmcp-project/*" 
33+       ],
34+       "description" : " Update all components from openmcp-project immediately"  ,
35+       "rebaseWhen" : " auto"  ,
36+       "minimumReleaseAge" : " 0 days"  ,
37+       "enabled" : true 
38+     }
39+   ]
40+ }
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments