Compare commits
	
		
			3 commits
		
	
	
		
			
				da2bb02b50
			
			...
			
				0c8beeea07
			
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 0c8beeea07 | |||
| 
							
							
								
							
							
	
	
		
			
		
	
	37cedb1ad0 | 
						
						
							|||
| 
							
							
								
							
							
	
	
		
			
		
	
	658a50d19b | 
						
						
							
					 2 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
					@ -4,7 +4,9 @@
 | 
				
			||||||
    "config:recommended", // Included in config:best-practices anyway, but added for clarity.
 | 
					    "config:recommended", // Included in config:best-practices anyway, but added for clarity.
 | 
				
			||||||
    "config:best-practices",
 | 
					    "config:best-practices",
 | 
				
			||||||
    ":ignoreUnstable",
 | 
					    ":ignoreUnstable",
 | 
				
			||||||
    ":disableRateLimiting"
 | 
					    ":disableRateLimiting",
 | 
				
			||||||
 | 
					    ":rebaseStalePrs",
 | 
				
			||||||
 | 
					    ":label(renovate)"
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
  "semanticCommits": "disabled",
 | 
					  "semanticCommits": "disabled",
 | 
				
			||||||
  "packageRules": [
 | 
					  "packageRules": [
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -13,7 +13,7 @@ services:
 | 
				
			||||||
    restart: unless-stopped
 | 
					    restart: unless-stopped
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  redis:
 | 
					  redis:
 | 
				
			||||||
    image: docker.io/library/redis:7.4.6@sha256:a9cc41d6d01da2aa26c219e4f99ecbeead955a7b656c1c499cce8922311b2514
 | 
					    image: docker.io/library/redis:8.2.2@sha256:4521b581dbddea6e7d81f8fe95ede93f5648aaa66a9dacd581611bf6fe7527bd
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
      - "6379:6379"
 | 
					      - "6379:6379"
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue