8 Commits

Author SHA1 Message Date
aa2ebc733a chore(deps): update docker.io/library/node docker tag to 21.6.0-alpine3.19
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-28 23:23:48 +01:00
bcdfecae15 chore(deps): update dependency igorshubovych/markdownlint-cli to v0.39.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-01-28 22:14:49 +00:00
8270972414 fix(renovate): remove automerge options
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-21 14:36:59 +01:00
aa28fab730 Merge pull request 'chore(deps): update docker.io/library/node docker tag to v21.6.0' (#47) from renovate/docker.io-library-node-21.x into master
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-21 12:33:32 +00:00
8dfe85b81e chore(deps): update docker.io/library/node docker tag to v21.6.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-01-16 20:10:14 +00:00
9182c584ac chore(deps): update docker.io/library/node docker tag to v21.5.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-01-10 20:09:23 +00:00
5b87c43174 Merge pull request 'chore(deps): update docker.io/plugins/docker docker tag to v20.17.2' (#46) from renovate/docker.io-plugins-docker-20.x into master
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-10 17:29:58 +00:00
b184cf6a18 chore(deps): update docker.io/plugins/docker docker tag to v20.17.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-01-10 17:12:27 +00:00
4 changed files with 8 additions and 10 deletions

View File

@@ -69,7 +69,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.3.1 image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build - name: build
image: docker.io/plugins/docker:20.17.1 image: docker.io/plugins/docker:20.17.2
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.3.1 image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build - name: build
image: docker.io/plugins/docker:20.17.1 image: docker.io/plugins/docker:20.17.2
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.3.1 image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build - name: build
image: docker.io/plugins/docker:20.17.1 image: docker.io/plugins/docker:20.17.2
settings: settings:
auto_tag: false auto_tag: false
dockerfile: Dockerfile dockerfile: Dockerfile
@@ -265,7 +265,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.3.1 image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build - name: build
image: docker.io/plugins/docker:20.17.1 image: docker.io/plugins/docker:20.17.2
settings: settings:
auto_tag: false auto_tag: false
dockerfile: Dockerfile dockerfile: Dockerfile
@@ -449,7 +449,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.3.1 image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build - name: build
image: docker.io/plugins/docker:20.17.1 image: docker.io/plugins/docker:20.17.2
settings: settings:
auto_tag: true auto_tag: true
auto_tag_suffix: amd64 auto_tag_suffix: amd64
@@ -509,7 +509,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.3.1 image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build - name: build
image: docker.io/plugins/docker:20.17.1 image: docker.io/plugins/docker:20.17.2
settings: settings:
auto_tag: true auto_tag: true
auto_tag_suffix: arm64-v8 auto_tag_suffix: arm64-v8

View File

@@ -1,4 +1,4 @@
FROM docker.io/library/node:21.4.0-alpine3.18 AS build FROM docker.io/library/node:21.6.0-alpine3.19 AS build
ARG MARKDOWNLINT_VERSION=master ARG MARKDOWNLINT_VERSION=master

View File

@@ -1,6 +1,6 @@
# MARKDOWNLINT_VERSION # MARKDOWNLINT_VERSION
# Only required to install a specifiy version # Only required to install a specifiy version
MARKDOWNLINT_VERSION?=v0.38.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli MARKDOWNLINT_VERSION?=v0.39.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
# CONTAINER_RUNTIME # CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a # The CONTAINER_RUNTIME variable will be used to specified the path to a

View File

@@ -1,8 +1,6 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"assignees": [ "volker.raschek" ], "assignees": [ "volker.raschek" ],
"automergeStrategy": "merge-commit",
"automergeType": "pr",
"labels": [ "renovate" ], "labels": [ "renovate" ],
"packageRules": [ "packageRules": [
{ {