16 lines
		
	
	
		
			344 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			344 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "hostRules": [
 | 
						|
    {
 | 
						|
      "hostType": "docker",
 | 
						|
      "matchHost": "git.kluster.moll.re"
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "packageRules": [
 | 
						|
    {
 | 
						|
      "matchDatasources": ["docker"],
 | 
						|
      "matchPackageNames": ["git.kluster.moll.re/remoll/dns"],
 | 
						|
      "versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-build.(?<build>\\d+)$"
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |