12 lines
		
	
	
		
			259 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			259 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
 | 
						|
  "extends": [
 | 
						|
    "config:base"
 | 
						|
  ],
 | 
						|
  "gitIgnoredAuthors": [
 | 
						|
    "githubaction@githubaction.com"
 | 
						|
  ],
 | 
						|
  "dependencyDashboard": true,
 | 
						|
  "enabledManagers": ["docker-compose", "dockerfile"]
 | 
						|
}
 |