forked from CCCHH/ansible-infra
		
	renovate(host): set up Renovate using role and exisiting config
Set up Renovate using role and existing config from current Forgejo/GitHub Actions-based deployment.
This commit is contained in:
		
					parent
					
						
							
								a32998d8da
							
						
					
				
			
			
				commit
				
					
						e76c66d74c
					
				
			
		
					 4 changed files with 28 additions and 2 deletions
				
			
		
							
								
								
									
										22
									
								
								resources/chaosknoten/renovate/renovate/config.js.j2
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								resources/chaosknoten/renovate/renovate/config.js.j2
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,22 @@ | |||
| module.exports = { | ||||
|     username: "renovate", | ||||
|     token: "{{ secret__renovate_token }}", | ||||
|     endpoint: "https://git.hamburg.ccc.de/", | ||||
|     platform: "gitea", | ||||
|     persistRepoData: true, | ||||
|     logLevel: "debug", | ||||
|     onboardingConfig: { | ||||
|         "extends": ["config:recommended"], | ||||
|     }, | ||||
|     autodiscover: true, | ||||
|     autodiscoverNamespaces: [ | ||||
|         "CCCHH" | ||||
|     ], | ||||
|     detectHostRulesFromEnv: false, | ||||
|     hostRules: [ | ||||
|         { | ||||
|             matchHost: "api.github.com", | ||||
|             token: "{{ secret__renovate_github_token }}" | ||||
|         } | ||||
|     ] | ||||
| }; | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue