mirror of
				https://code.forgejo.org/actions/forgejo-release.git
				synced 2025-11-04 06:41:57 +02:00 
			
		
		
		
	Merge pull request 'chore: teach renovate to update the example version' (#46) from earl-warren/forgejo-release:wip-renovate into main
Reviewed-on: https://code.forgejo.org/actions/forgejo-release/pulls/46 Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
This commit is contained in:
		
						commit
						73fec07c28
					
				
					 1 changed files with 16 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -1,6 +1,18 @@
 | 
			
		|||
{
 | 
			
		||||
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
 | 
			
		||||
  "extends": [
 | 
			
		||||
    "local>actions/renovate-config"
 | 
			
		||||
  ]
 | 
			
		||||
    "$schema": "https://docs.renovatebot.com/renovate-schema.json",
 | 
			
		||||
    "extends": ["local>actions/renovate-config"],
 | 
			
		||||
    "customManagers": [
 | 
			
		||||
        {
 | 
			
		||||
            "customType": "regex",
 | 
			
		||||
            "description": "update example in README.md",
 | 
			
		||||
            "fileMatch": ["^README.md$"],
 | 
			
		||||
            "matchStrings": [
 | 
			
		||||
                "uses: actions/forgejo-release@(?<currentValue>v\\d+\\.\\d+\\.\\d+)"
 | 
			
		||||
            ],
 | 
			
		||||
            "datasourceTemplate": "gitea-tags",
 | 
			
		||||
            "depNameTemplate": "actions/forgejo-release",
 | 
			
		||||
            "versioningTemplate": "semver",
 | 
			
		||||
            "registryUrlTemplate": "https://code.forgejo.org"
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue