Compare commits
	
		
			3 commits
		
	
	
		
			
				8d23645543
			
			...
			
				e6e51ba03c
			
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| e6e51ba03c | |||
| 
							
							
								
							
							
	
	
		
			
		
	
	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": [
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,7 +2,7 @@
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  prometheus:
 | 
					  prometheus:
 | 
				
			||||||
    image: docker.io/prom/prometheus:v3.7.1@sha256:ff7e389acbe064a4823212a500393d40a28a8f362e4b05cbf6742a9a3ef736b2
 | 
					    image: docker.io/prom/prometheus:v3.7.2@sha256:23031bfe0e74a13004252caaa74eccd0d62b6c6e7a04711d5b8bf5b7e113adc7
 | 
				
			||||||
    container_name: prometheus
 | 
					    container_name: prometheus
 | 
				
			||||||
    command:
 | 
					    command:
 | 
				
			||||||
      - '--config.file=/etc/prometheus/prometheus.yml'
 | 
					      - '--config.file=/etc/prometheus/prometheus.yml'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue