You've already forked helm-docker
							
							fix(ci): control lookupName via regex
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -1,6 +1,6 @@
 | 
				
			|||||||
# HELM_VERSION
 | 
					# HELM_VERSION
 | 
				
			||||||
# Only required to install a specifiy version
 | 
					# Only required to install a specifiy version
 | 
				
			||||||
HELM_VERSION?=v3.7.0 # renovate: datasource=github-releases depName=helm
 | 
					HELM_VERSION?=v3.7.0 # renovate: datasource=github-releases depName=helm lookupName=helm/helm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# CONTAINER_RUNTIME
 | 
					# CONTAINER_RUNTIME
 | 
				
			||||||
# The CONTAINER_RUNTIME variable will be used to specified the path to a
 | 
					# The CONTAINER_RUNTIME variable will be used to specified the path to a
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -12,9 +12,8 @@
 | 
				
			|||||||
        "^Makefile$"
 | 
					        "^Makefile$"
 | 
				
			||||||
      ],
 | 
					      ],
 | 
				
			||||||
      "matchStrings": [
 | 
					      "matchStrings": [
 | 
				
			||||||
        "HELM_VERSION\\?=(?<currentValue>.*) # renovate: datasource=(?<datasource>.*) depName=(?<depName>.*)"
 | 
					        "HELM_VERSION\\?=(?<currentValue>.*) # renovate: datasource=(?<datasource>.*) depName=(?<depName>.*) (lookupName=(?<lookupName>.*))?"
 | 
				
			||||||
      ],
 | 
					      ],
 | 
				
			||||||
      "lookupNameTemplate": "helm/helm",
 | 
					 | 
				
			||||||
      "versioningTemplate": "semver"
 | 
					      "versioningTemplate": "semver"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  ]
 | 
					  ]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user