mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-30 23:07:57 +01:00 
			
		
		
		
	Migrate config .github/renovate.json
This commit is contained in:
		
				
					committed by
					
						 Slavi Pantaleev
						Slavi Pantaleev
					
				
			
			
				
	
			
			
			
						parent
						
							3a414eda66
						
					
				
				
					commit
					5b7d8f4d42
				
			
							
								
								
									
										23
									
								
								.github/renovate.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										23
									
								
								.github/renovate.json
									
									
									
									
										vendored
									
									
								
							| @@ -1,12 +1,17 @@ | ||||
| { | ||||
| 	"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||||
| 	"extends": [ | ||||
| 		"config:base" | ||||
| 		"config:recommended" | ||||
| 	], | ||||
| 	"labels": ["dependencies"], | ||||
| 	"regexManagers": [ | ||||
| 	"labels": [ | ||||
| 		"dependencies" | ||||
| 	], | ||||
| 	"customManagers": [ | ||||
| 		{ | ||||
| 			"fileMatch": ["defaults/main.yml$"], | ||||
| 			"customType": "regex", | ||||
| 			"fileMatch": [ | ||||
| 				"defaults/main.yml$" | ||||
| 			], | ||||
| 			"matchStrings": [ | ||||
| 				"# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (?:lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[a-z-0-9]+?))?\\s+[A-Za-z0-9_]+?(?:_version|_tag)\\s*:\\s*[\"']?(?<currentValue>.+?)[\"']?\\s" | ||||
| 			] | ||||
| @@ -14,11 +19,11 @@ | ||||
| 	], | ||||
| 	"packageRules": [ | ||||
| 		{ | ||||
| 			"matchSourceUrlPrefixes": [ | ||||
| 				"https://github.com/devture/com.devture.ansible.role", | ||||
| 				"https://github.com/mother-of-all-self-hosting" | ||||
| 			], | ||||
| 			"ignoreUnstable": false | ||||
| 			"ignoreUnstable": false, | ||||
| 			"matchSourceUrls": [ | ||||
| 				"https://github.com/devture/com.devture.ansible.role{/,}**", | ||||
| 				"https://github.com/mother-of-all-self-hosting{/,}**" | ||||
| 			] | ||||
| 		} | ||||
| 	], | ||||
| 	"ignoreDeps": [ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user