Compare commits
2 Commits
1a89d5ecf6
...
e0468ead2c
Author | SHA1 | Date | |
---|---|---|---|
e0468ead2c | |||
de5130da77 |
@ -10,7 +10,7 @@ steps:
|
||||
- name: markdown lint
|
||||
commands:
|
||||
- markdownlint *.md
|
||||
image: docker.io/volkerraschek/markdownlint:0.41.0
|
||||
image: docker.io/volkerraschek/markdownlint:0.43.0
|
||||
resources:
|
||||
limits:
|
||||
cpu: 50
|
||||
|
@ -7,7 +7,6 @@
|
||||
"description": "Automatically update minor and patch versions of go modules",
|
||||
"addLabels": [ "renovate/gomod", "renovate/automerge" ],
|
||||
"automerge": true,
|
||||
"matchBaseBranches": [ "master" ],
|
||||
"matchManagers": [ "gomod" ],
|
||||
"matchUpdateTypes": [ "minor", "patch" ]
|
||||
},
|
||||
@ -15,7 +14,6 @@
|
||||
"description": "Prepare MR for major update minor of go modules",
|
||||
"addLabels": [ "renovate/gomod" ],
|
||||
"automerge": false,
|
||||
"matchBaseBranches": [ "master" ],
|
||||
"matchManagers": [ "gomod" ],
|
||||
"matchUpdateTypes": [ "major" ]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user