Some checks failed
		
		
	
	/ Ansible Lint (push) Failing after 1m55s
				
			Ensure we're always running the latest Renovate version.
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			367 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			367 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=renovate
 | 
						|
After=network-online.target
 | 
						|
Wants=network-online.target
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=oneshot
 | 
						|
ExecStart=/usr/bin/docker run --rm \
 | 
						|
    --pull=always \
 | 
						|
    -v "/etc/renovate/config.js:/usr/src/app/config.js" \
 | 
						|
    --mount "type=volume,src=renovate,dst=/tmp/renovate" \
 | 
						|
    --env "RENOVATE_BASE_DIR=/tmp/renovate" \
 | 
						|
    docker.io/renovate/renovate:latest
 |