Compare commits
9 Commits
Author | SHA1 | Date | |
---|---|---|---|
1a353b3758 | |||
97c065af1c | |||
602eded952 | |||
9ec161f49a | |||
6d890e5ba4 | |||
596d95feb0 | |||
d1dffd8f22 | |||
8e8ebd47a3 | |||
f85574ea7f |
@ -8,12 +8,12 @@ clone:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: clone
|
- 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
|
- name: markdown lint
|
||||||
commands:
|
commands:
|
||||||
- markdownlint *.md
|
- markdownlint *.md
|
||||||
image: git.cryptic.systems/volker.raschek/markdownlint:0.39.0
|
image: git.cryptic.systems/volker.raschek/markdownlint:0.44.0
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 150
|
cpu: 150
|
||||||
@ -56,10 +56,10 @@ clone:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: clone
|
- 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
|
- name: git-push
|
||||||
image: docker.io/appleboy/drone-git-push:1.0.6
|
image: docker.io/appleboy/drone-git-push:1.1.1
|
||||||
settings:
|
settings:
|
||||||
branch: master
|
branch: master
|
||||||
remote: ssh://aur@aur.archlinux.org/mint-backgrounds-lisa.git
|
remote: ssh://aur@aur.archlinux.org/mint-backgrounds-lisa.git
|
||||||
|
@ -1,15 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"assignees": [ "volker.raschek" ],
|
"extends": [
|
||||||
"labels": [ "renovate" ],
|
"local>volker.raschek/renovate-config:default#master",
|
||||||
"packageRules": [
|
"local>volker.raschek/renovate-config:container#master",
|
||||||
{
|
"local>volker.raschek/renovate-config:actions#master",
|
||||||
"addLabels": [ "renovate/droneci", "renovate/automerge" ],
|
"local>volker.raschek/renovate-config:regexp#master"
|
||||||
"automerge": true,
|
]
|
||||||
"matchManagers": "droneci",
|
}
|
||||||
"matchUpdateTypes": [ "minor", "patch"]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"rebaseLabel": "renovate/rebase",
|
|
||||||
"rebaseWhen": "behind-base-branch"
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user