You've already forked helm-docker
							
							fix(ci): add packagerules
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		@@ -10,7 +10,7 @@ steps:
 | 
				
			|||||||
- name: markdown lint
 | 
					- name: markdown lint
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
  - markdownlint *.md
 | 
					  - markdownlint *.md
 | 
				
			||||||
  image: docker.io/volkerraschek/markdownlint:0.30.0
 | 
					  image: docker.io/volkerraschek/markdownlint:0.29.0
 | 
				
			||||||
  resources:
 | 
					  resources:
 | 
				
			||||||
    limits:
 | 
					    limits:
 | 
				
			||||||
      cpu: 50
 | 
					      cpu: 50
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,6 +3,20 @@
 | 
				
			|||||||
  "automergeStrategy": "merge-commit",
 | 
					  "automergeStrategy": "merge-commit",
 | 
				
			||||||
  "automergeType": "pr",
 | 
					  "automergeType": "pr",
 | 
				
			||||||
  "labels": [ "renovate" ],
 | 
					  "labels": [ "renovate" ],
 | 
				
			||||||
 | 
					  "packageRules": [
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					      "addLabels": [ "renovate/droneci", "renovate/automerge" ],
 | 
				
			||||||
 | 
					      "automerge": true,
 | 
				
			||||||
 | 
					      "matchManagers": "droneci"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					      "addLabels": [ "renovate/helm", "renovate/automerge" ],
 | 
				
			||||||
 | 
					      "automerge": true,
 | 
				
			||||||
 | 
					      "matchPackageNames": [ "helm" ],
 | 
				
			||||||
 | 
					      "matchManagers": [ "regex" ],
 | 
				
			||||||
 | 
					      "matchUpdateTypes": [ "minor", "patch"]
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  ],
 | 
				
			||||||
  "rebaseLabel": "renovate/rebase",
 | 
					  "rebaseLabel": "renovate/rebase",
 | 
				
			||||||
  "rebaseWhen": "behind-base-branch",
 | 
					  "rebaseWhen": "behind-base-branch",
 | 
				
			||||||
  "regexManagers": [
 | 
					  "regexManagers": [
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user