Add more usages of RUNNER_VERSION to Renovate config. (#1313)
* Add more usages of RUNNER_VERSION to Renovate config. * Double-escape `?` in pattern
This commit is contained in:
		
							parent
							
								
									7124451cea
								
							
						
					
					
						commit
						f907f82275
					
				|  | @ -18,6 +18,23 @@ | |||
|       "matchStrings": ["RUNNER_VERSION: +(?<currentValue>.*?)\\n"], | ||||
|       "depNameTemplate": "actions/runner", | ||||
|       "datasourceTemplate": "github-releases" | ||||
|     }, | ||||
|     { | ||||
|       "fileMatch": [ | ||||
|         "runner/Makefile" | ||||
|       ], | ||||
|       "matchStrings": ["RUNNER_VERSION \\?= +(?<currentValue>.*?)\\n"], | ||||
|       "depNameTemplate": "actions/runner", | ||||
|       "datasourceTemplate": "github-releases" | ||||
|     }, | ||||
|     { | ||||
|       "fileMatch": [ | ||||
|         "runner/Dockerfile", | ||||
|         "runner/Dockerfile.dindrunner" | ||||
|       ], | ||||
|       "matchStrings": ["RUNNER_VERSION=+(?<currentValue>.*?)\\n"], | ||||
|       "depNameTemplate": "actions/runner", | ||||
|       "datasourceTemplate": "github-releases" | ||||
|     } | ||||
|   ] | ||||
| } | ||||
		Loading…
	
		Reference in New Issue