mirror of https://github.com/containrrr/watchtower
				
				
				
			ci: add dependabot auto approve
							parent
							
								
									cfcbcac8b0
								
							
						
					
					
						commit
						a0fe4a4694
					
				@ -0,0 +1,12 @@
 | 
			
		||||
name: Auto approve dependabot PRs
 | 
			
		||||
 | 
			
		||||
on: pull_request_target
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  auto-approve:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    permissions:
 | 
			
		||||
      pull-requests: write
 | 
			
		||||
    if: github.actor == 'dependabot[bot]'
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: hmarr/auto-approve-action@v3
 | 
			
		||||
					Loading…
					
					
				
		Reference in New Issue