Compare commits

...

5 Commits

Author SHA1 Message Date
ac5b6da92a fix(renovate): exclude updating docker.io/plugins/docker
All checks were successful
continuous-integration/drone/push Build is passing
2023-09-03 16:15:53 +02:00
31da4e958c revert(deps): update docker.io/plugins/docker docker tag to v20.14.4
This reverts commit 27a6c74aa3.
2023-09-03 16:15:24 +02:00
27a6c74aa3 chore(deps): update docker.io/plugins/docker docker tag to v20.14.4
Some checks reported errors
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build encountered an error
2023-09-03 14:46:07 +02:00
0eaa8d43b4 chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.36.0
All checks were successful
continuous-integration/drone/push Build is passing
2023-09-03 12:45:04 +00:00
3569f9b37c chore(deps): update quay.io/skopeo/stable docker tag to v1.13.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-09-03 13:57:29 +02:00
2 changed files with 4 additions and 3 deletions

View File

@ -13,7 +13,7 @@ steps:
- name: markdown lint
commands:
- markdownlint *.md
image: git.cryptic.systems/volker.raschek/markdownlint:0.35.0
image: git.cryptic.systems/volker.raschek/markdownlint:0.36.0
resources:
limits:
cpu: 150
@ -527,7 +527,7 @@ steps:
from_secret: container_image_registry_user
DEST_CRED_PASSWORD:
from_secret: container_image_registry_password
image: quay.io/skopeo/stable:v1.13.1
image: quay.io/skopeo/stable:v1.13.2
- name: email-notification
environment:
@ -828,7 +828,7 @@ steps:
from_secret: container_image_registry_user
DEST_CRED_PASSWORD:
from_secret: container_image_registry_password
image: quay.io/skopeo/stable:v1.13.1
image: quay.io/skopeo/stable:v1.13.2
- name: email-notification
environment:

View File

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