mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	renovatebot: configure
This commit is contained in:
		
							parent
							
								
									a19550adbf
								
							
						
					
					
						commit
						fe6d47030f
					
				
							
								
								
									
										37
									
								
								.github/renovate.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										37
									
								
								.github/renovate.json
									
									
									
									
										vendored
									
									
								
							| @ -1,7 +1,38 @@ | |||||||
| { | { | ||||||
|   "extends": ["config:base"]", |  | ||||||
|   "baseBranches": ["main"], |   "baseBranches": ["main"], | ||||||
|   "branchPrefix": "renovateaction", |   "username": "renovate-release", | ||||||
|  |   "gitAuthor": "Renovate Bot <bot@renovateapp.com>", | ||||||
|  |   "branchPrefix": "renovateaction/", | ||||||
|  |   "onboarding": false, | ||||||
|   "extends": ["config:base", ":rebaseStalePrs"], |   "extends": ["config:base", ":rebaseStalePrs"], | ||||||
|   "enabledManagers": ["dockerfile", "go", "github-actions"] |   "ignorePresets": [":prHourlyLimit2"], | ||||||
|  |   "enabledManagers": ["dockerfile", "gomod", "github-actions","regex" ], | ||||||
|  |   "includeForks": true, | ||||||
|  |   "repositories": ["juanfont/headscale"], | ||||||
|  |   "platform": "github", | ||||||
|  |   "packageRules": [ | ||||||
|  |     { | ||||||
|  |         "matchDatasources": ["go"], | ||||||
|  |         "groupName": "Go modules", | ||||||
|  |         "groupSlug": "gomod", | ||||||
|  |         "separateMajorMinor": false | ||||||
|  |     }, | ||||||
|  |     { | ||||||
|  |         "matchDatasources": ["docker"], | ||||||
|  |         "groupName": "Dockerfiles", | ||||||
|  |         "groupSlug": "dockerfiles" | ||||||
|  |     }  | ||||||
|  |   ], | ||||||
|  |   "regexManagers": [ | ||||||
|  |     { | ||||||
|  |       "fileMatch": [ | ||||||
|  |           ".github/workflows/.*.yml$" | ||||||
|  |       ], | ||||||
|  |       "matchStrings": [ | ||||||
|  |         "\\s*go-version:\\s*\"?(?<currentValue>.*?)\"?\\n" | ||||||
|  |       ], | ||||||
|  |       "datasourceTemplate": "golang-version", | ||||||
|  |       "depNameTemplate": "actions/go-version" | ||||||
|  |     } | ||||||
|  |   ] | ||||||
| } | } | ||||||
|  | |||||||
							
								
								
									
										5
									
								
								.github/workflows/renovatebot.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/renovatebot.yml
									
									
									
									
										vendored
									
									
								
							| @ -19,8 +19,9 @@ jobs: | |||||||
|         uses: actions/checkout@v2.0.0 |         uses: actions/checkout@v2.0.0 | ||||||
| 
 | 
 | ||||||
|       - name: Self-hosted Renovate |       - name: Self-hosted Renovate | ||||||
|         uses: renovatebot/github-action@v31.81.2 |         uses: renovatebot/github-action@v31.81.3 | ||||||
|         with: |         with: | ||||||
|           configurationFile: .github/renovate.json |           configurationFile: .github/renovate.json | ||||||
|           token: "x-access-token:${{ steps.get_token.outputs.app_token }}" |           token: "x-access-token:${{ steps.get_token.outputs.app_token }}" | ||||||
|           onboarding: false |         # env: | ||||||
|  |         #  LOG_LEVEL: "debug" | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user