Compare commits

..

No commits in common. "master" and "v1.1-2" have entirely different histories.

2 changed files with 17 additions and 11 deletions

View File

@ -8,12 +8,12 @@ clone:
steps: steps:
- name: clone - name: clone
image: git.cryptic.systems/volker.raschek/git:1.4.0 image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: markdown lint - name: markdown lint
commands: commands:
- markdownlint *.md - markdownlint *.md
image: git.cryptic.systems/volker.raschek/markdownlint:0.44.0 image: git.cryptic.systems/volker.raschek/markdownlint:0.39.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.4.0 image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: git-push - name: git-push
image: docker.io/appleboy/drone-git-push:1.1.1 image: docker.io/appleboy/drone-git-push:1.0.6
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

View File

@ -1,9 +1,15 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "assignees": [ "volker.raschek" ],
"local>volker.raschek/renovate-config:default#master", "labels": [ "renovate" ],
"local>volker.raschek/renovate-config:container#master", "packageRules": [
"local>volker.raschek/renovate-config:actions#master", {
"local>volker.raschek/renovate-config:regexp#master" "addLabels": [ "renovate/droneci", "renovate/automerge" ],
] "automerge": true,
"matchManagers": "droneci",
"matchUpdateTypes": [ "minor", "patch"]
}
],
"rebaseLabel": "renovate/rebase",
"rebaseWhen": "behind-base-branch"
} }