Add customManagers:dockerfileVersions to renovate.json5 (#30607)
				
					
				
			This commit is contained in:
		
							parent
							
								
									bb27321781
								
							
						
					
					
						commit
						f0f144e96d
					
				
							
								
								
									
										1
									
								
								.github/renovate.json5
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/renovate.json5
									
									
									
									
										vendored
									
									
								
							@ -2,6 +2,7 @@
 | 
				
			|||||||
  $schema: 'https://docs.renovatebot.com/renovate-schema.json',
 | 
					  $schema: 'https://docs.renovatebot.com/renovate-schema.json',
 | 
				
			||||||
  extends: [
 | 
					  extends: [
 | 
				
			||||||
    'config:recommended',
 | 
					    'config:recommended',
 | 
				
			||||||
 | 
					    'customManagers:dockerfileVersions',
 | 
				
			||||||
    ':labels(dependencies)',
 | 
					    ':labels(dependencies)',
 | 
				
			||||||
    ':prConcurrentLimitNone', // Remove limit for open PRs at any time.
 | 
					    ':prConcurrentLimitNone', // Remove limit for open PRs at any time.
 | 
				
			||||||
    ':prHourlyLimit2', // Rate limit PR creation to a maximum of two per hour.
 | 
					    ':prHourlyLimit2', // Rate limit PR creation to a maximum of two per hour.
 | 
				
			||||||
 | 
				
			|||||||
@ -11,8 +11,10 @@ ARG TARGETPLATFORM=${TARGETPLATFORM}
 | 
				
			|||||||
ARG BUILDPLATFORM=${BUILDPLATFORM}
 | 
					ARG BUILDPLATFORM=${BUILDPLATFORM}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Ruby image to use for base image, change with [--build-arg RUBY_VERSION="3.3.x"]
 | 
					# Ruby image to use for base image, change with [--build-arg RUBY_VERSION="3.3.x"]
 | 
				
			||||||
 | 
					# renovate: datasource=docker depName=docker.io/ruby
 | 
				
			||||||
ARG RUBY_VERSION="3.3.2"
 | 
					ARG RUBY_VERSION="3.3.2"
 | 
				
			||||||
# # Node version to use in base image, change with [--build-arg NODE_MAJOR_VERSION="20"]
 | 
					# # Node version to use in base image, change with [--build-arg NODE_MAJOR_VERSION="20"]
 | 
				
			||||||
 | 
					# renovate: datasource=node-version depName=node
 | 
				
			||||||
ARG NODE_MAJOR_VERSION="20"
 | 
					ARG NODE_MAJOR_VERSION="20"
 | 
				
			||||||
# Debian image to use for base image, change with [--build-arg DEBIAN_VERSION="bookworm"]
 | 
					# Debian image to use for base image, change with [--build-arg DEBIAN_VERSION="bookworm"]
 | 
				
			||||||
ARG DEBIAN_VERSION="bookworm"
 | 
					ARG DEBIAN_VERSION="bookworm"
 | 
				
			||||||
 | 
				
			|||||||
@ -8,6 +8,7 @@ ARG TARGETPLATFORM=${TARGETPLATFORM}
 | 
				
			|||||||
ARG BUILDPLATFORM=${BUILDPLATFORM}
 | 
					ARG BUILDPLATFORM=${BUILDPLATFORM}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Node version to use in base image, change with [--build-arg NODE_MAJOR_VERSION="20"]
 | 
					# Node version to use in base image, change with [--build-arg NODE_MAJOR_VERSION="20"]
 | 
				
			||||||
 | 
					# renovate: datasource=node-version depName=node
 | 
				
			||||||
ARG NODE_MAJOR_VERSION="20"
 | 
					ARG NODE_MAJOR_VERSION="20"
 | 
				
			||||||
# Debian image to use for base image, change with [--build-arg DEBIAN_VERSION="bookworm"]
 | 
					# Debian image to use for base image, change with [--build-arg DEBIAN_VERSION="bookworm"]
 | 
				
			||||||
ARG DEBIAN_VERSION="bookworm"
 | 
					ARG DEBIAN_VERSION="bookworm"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user