mirror of
				https://code.forgejo.org/actions/forgejo-release.git
				synced 2025-11-04 14:51:57 +02:00 
			
		
		
		
	Migrate config renovate.json
This commit is contained in:
		
							parent
							
								
									cb5b30e358
								
							
						
					
					
						commit
						cf13c2cb1d
					
				
					 1 changed files with 6 additions and 2 deletions
				
			
		| 
						 | 
					@ -1,11 +1,15 @@
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    "$schema": "https://docs.renovatebot.com/renovate-schema.json",
 | 
					    "$schema": "https://docs.renovatebot.com/renovate-schema.json",
 | 
				
			||||||
    "extends": ["local>actions/renovate-config"],
 | 
					    "extends": [
 | 
				
			||||||
 | 
					        "local>actions/renovate-config"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
    "customManagers": [
 | 
					    "customManagers": [
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "customType": "regex",
 | 
					            "customType": "regex",
 | 
				
			||||||
            "description": "update example in README.md",
 | 
					            "description": "update example in README.md",
 | 
				
			||||||
            "fileMatch": ["^README.md$"],
 | 
					            "managerFilePatterns": [
 | 
				
			||||||
 | 
					                "/^README.md$/"
 | 
				
			||||||
 | 
					            ],
 | 
				
			||||||
            "matchStrings": [
 | 
					            "matchStrings": [
 | 
				
			||||||
                "uses: actions/forgejo-release@(?<currentValue>v\\d+\\.\\d+\\.\\d+)"
 | 
					                "uses: actions/forgejo-release@(?<currentValue>v\\d+\\.\\d+\\.\\d+)"
 | 
				
			||||||
            ],
 | 
					            ],
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue