Enable Depependabot on Docker images (#23553)
This commit is contained in:
		
							parent
							
								
									e55967225e
								
							
						
					
					
						commit
						6e00e5b4d9
					
				
					 1 changed files with 15 additions and 0 deletions
				
			
		
							
								
								
									
										15
									
								
								.github/dependabot.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										15
									
								
								.github/dependabot.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -28,3 +28,18 @@ updates:
 | 
			
		|||
    open-pull-requests-limit: 99
 | 
			
		||||
    allow:
 | 
			
		||||
      - dependency-type: direct
 | 
			
		||||
 | 
			
		||||
  - package-ecosystem: docker
 | 
			
		||||
    directory: '/'
 | 
			
		||||
    schedule:
 | 
			
		||||
      interval: weekly
 | 
			
		||||
    open-pull-requests-limit: 99
 | 
			
		||||
    ignore:
 | 
			
		||||
      - dependency-name: 'moritzheiber/ruby-jemalloc'
 | 
			
		||||
        update-types:
 | 
			
		||||
          # only suggest patch releases for ruby and needs to sync with .ruby-version
 | 
			
		||||
          - 'version-update:semver-minor'
 | 
			
		||||
      - dependency-name: 'node'
 | 
			
		||||
        update-types:
 | 
			
		||||
          # only node minor releases allowed unless .nvmrc major is changed
 | 
			
		||||
          - 'version-update:semver-major'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue