Compare commits

..

No commits in common. "eb096371d9dda40f6a979c0b7ba707843f603a1e" and "7ec22559fd73e497a197237bd741dd056755fea0" have entirely different histories.

2 changed files with 6 additions and 7 deletions

View File

@ -69,7 +69,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build
image: docker.io/plugins/docker:20.10.9
image: docker.io/plugins/docker:20.14.4
settings:
auto_tag: false
dockerfile: Dockerfile
@ -135,7 +135,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build
image: docker.io/plugins/docker:20.10.9
image: docker.io/plugins/docker:20.14.4
settings:
auto_tag: false
dockerfile: Dockerfile
@ -201,7 +201,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build
image: docker.io/plugins/docker:20.10.9
image: docker.io/plugins/docker:20.14.4
settings:
auto_tag: false
dockerfile: Dockerfile
@ -265,7 +265,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build
image: docker.io/plugins/docker:20.10.9
image: docker.io/plugins/docker:20.14.4
settings:
auto_tag: false
dockerfile: Dockerfile
@ -449,7 +449,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build
image: docker.io/plugins/docker:20.10.9
image: docker.io/plugins/docker:20.14.4
settings:
auto_tag: true
auto_tag_suffix: arm-v7
@ -509,7 +509,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build
image: docker.io/plugins/docker:20.10.9
image: docker.io/plugins/docker:20.14.4
settings:
auto_tag: true
auto_tag_suffix: arm64-v8

View File

@ -8,7 +8,6 @@
{
"addLabels": [ "renovate/droneci", "renovate/automerge" ],
"automerge": true,
"excludePackagePatterns": [ "plugins/docker" ],
"matchManagers": "droneci",
"matchUpdateTypes": [ "minor", "patch"]
},