Compare commits
20 Commits
Author | SHA1 | Date | |
---|---|---|---|
b9307ced36 | |||
6e216db53f | |||
24f118cd08 | |||
0c5240f1ea | |||
da5bc27289 | |||
c4a89dd4bb | |||
0cda903329 | |||
fe0ee1ab95 | |||
291a0e7019 | |||
26ccfa2cbc | |||
4f602f59ed | |||
dc76d4e9a1 | |||
9c16345b0e | |||
9359731c9a | |||
086f7935e9 | |||
b474d1f71a | |||
582502a322 | |||
a232acf091 | |||
3ac8cf57c5 | |||
8f0287a417 |
@ -8,12 +8,12 @@ clone:
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
||||
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||
|
||||
- name: markdown lint
|
||||
commands:
|
||||
- markdownlint *.md
|
||||
image: git.cryptic.systems/volker.raschek/markdownlint:0.37.0
|
||||
image: git.cryptic.systems/volker.raschek/markdownlint:0.44.0
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
@ -56,10 +56,10 @@ clone:
|
||||
|
||||
steps:
|
||||
- name: clone
|
||||
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
||||
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||
|
||||
- name: git-push
|
||||
image: docker.io/appleboy/drone-git-push:1.0.6
|
||||
image: docker.io/appleboy/drone-git-push:1.1.1
|
||||
settings:
|
||||
branch: master
|
||||
remote: ssh://aur@aur.archlinux.org/mint-backgrounds-helena.git
|
||||
|
17
renovate.json
Normal file
17
renovate.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"assignees": [ "volker.raschek" ],
|
||||
"automergeStrategy": "merge-commit",
|
||||
"automergeType": "pr",
|
||||
"labels": [ "renovate" ],
|
||||
"packageRules": [
|
||||
{
|
||||
"addLabels": [ "renovate/droneci", "renovate/automerge" ],
|
||||
"automerge": true,
|
||||
"matchManagers": "droneci",
|
||||
"matchUpdateTypes": [ "minor", "patch"]
|
||||
}
|
||||
],
|
||||
"rebaseLabel": "renovate/rebase",
|
||||
"rebaseWhen": "behind-base-branch"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user