sdfsdf #4

Closed
CSRBot wants to merge 15 commits from renovate/helm-3.x into master
2 changed files with 15 additions and 1 deletions
Showing only changes of commit add1cdbde7 - Show all commits

View File

@ -10,7 +10,7 @@ steps:
- name: markdown lint
commands:
- markdownlint *.md
image: docker.io/volkerraschek/markdownlint:0.30.0
image: docker.io/volkerraschek/markdownlint:0.29.0
resources:
limits:
cpu: 50

View File

@ -3,6 +3,20 @@
"automergeStrategy": "merge-commit",
"automergeType": "pr",
"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",
"rebaseWhen": "behind-base-branch",
"regexManagers": [