Compare commits

..

No commits in common. "1a7bc4188b2fcf8d6d88f8676840980123d427ba" and "4b8d12be27df90655fb7f7a3a922d71180aa2fc6" have entirely different histories.

2 changed files with 9 additions and 10 deletions

View File

@ -69,7 +69,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build - name: build
image: docker.io/plugins/docker:20.10.9 image: docker.io/plugins/docker:20.14.4
settings: settings:
auto_tag: false auto_tag: false
dockerfile: Dockerfile dockerfile: Dockerfile
@ -135,7 +135,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build - name: build
image: docker.io/plugins/docker:20.10.9 image: docker.io/plugins/docker:20.14.4
settings: settings:
auto_tag: false auto_tag: false
dockerfile: Dockerfile dockerfile: Dockerfile
@ -201,7 +201,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build - name: build
image: docker.io/plugins/docker:20.10.9 image: docker.io/plugins/docker:20.14.4
settings: settings:
auto_tag: false auto_tag: false
dockerfile: Dockerfile dockerfile: Dockerfile
@ -267,7 +267,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build - name: build
image: docker.io/plugins/docker:20.10.9 image: docker.io/plugins/docker:20.14.4
settings: settings:
auto_tag: false auto_tag: false
dockerfile: Dockerfile dockerfile: Dockerfile
@ -331,7 +331,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build - name: build
image: docker.io/plugins/docker:20.10.9 image: docker.io/plugins/docker:20.14.4
settings: settings:
auto_tag: false auto_tag: false
dockerfile: Dockerfile dockerfile: Dockerfile
@ -395,7 +395,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build - name: build
image: docker.io/plugins/docker:20.10.9 image: docker.io/plugins/docker:20.14.4
settings: settings:
auto_tag: false auto_tag: false
dockerfile: Dockerfile dockerfile: Dockerfile
@ -580,7 +580,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build - name: build
image: docker.io/plugins/docker:20.10.9 image: docker.io/plugins/docker:20.14.4
settings: settings:
auto_tag: true auto_tag: true
auto_tag_suffix: amd64 auto_tag_suffix: amd64
@ -640,7 +640,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build - name: build
image: docker.io/plugins/docker:20.10.9 image: docker.io/plugins/docker:20.14.4
settings: settings:
auto_tag: true auto_tag: true
auto_tag_suffix: arm-v7 auto_tag_suffix: arm-v7
@ -700,7 +700,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build - name: build
image: docker.io/plugins/docker:20.10.9 image: docker.io/plugins/docker:20.14.4
settings: settings:
auto_tag: true auto_tag: true
auto_tag_suffix: arm64-v8 auto_tag_suffix: arm64-v8

View File

@ -9,7 +9,6 @@
"description": "Automatically update minor and patch versions of used drone-ci images", "description": "Automatically update minor and patch versions of used drone-ci images",
"addLabels": [ "renovate/droneci", "renovate/automerge" ], "addLabels": [ "renovate/droneci", "renovate/automerge" ],
"automerge": true, "automerge": true,
"excludePackagePatterns": [ "plugins/docker" ],
"matchManagers": "droneci", "matchManagers": "droneci",
"matchUpdateTypes": [ "minor", "patch"] "matchUpdateTypes": [ "minor", "patch"]
}, },