mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	prettier: renovatebot.yml
This commit is contained in:
		
							parent
							
								
									3db88d27de
								
							
						
					
					
						commit
						a19550adbf
					
				
							
								
								
									
										6
									
								
								.github/workflows/renovatebot.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/renovatebot.yml
									
									
									
									
										vendored
									
									
								
							@ -2,8 +2,8 @@
 | 
				
			|||||||
name: Renovate
 | 
					name: Renovate
 | 
				
			||||||
on:
 | 
					on:
 | 
				
			||||||
  schedule:
 | 
					  schedule:
 | 
				
			||||||
    - cron: '* * 5,20 * *' #Every 5th and 20th of the month
 | 
					    - cron: "* * 5,20 * *" # Every 5th and 20th of the month
 | 
				
			||||||
  workflow_dispatch: 
 | 
					  workflow_dispatch:
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  renovate:
 | 
					  renovate:
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
@ -22,5 +22,5 @@ jobs:
 | 
				
			|||||||
        uses: renovatebot/github-action@v31.81.2
 | 
					        uses: renovatebot/github-action@v31.81.2
 | 
				
			||||||
        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
 | 
					          onboarding: false
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user