Compare commits

..

1 Commits

Author SHA1 Message Date
b07a2f79a4 fix(renovate): group node packages
All checks were successful
Helm / helm-unittest (push) Successful in 6s
Helm / helm-lint (push) Successful in 19s
Release / publish-chart (push) Successful in 21s
2025-09-30 17:25:13 +02:00
4 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ on:
jobs:
generate-parameters:
container:
image: docker.io/library/node:24.7.0-alpine
image: docker.io/library/node:24.9.0-alpine
runs-on:
- ubuntu-latest
steps:

View File

@@ -15,7 +15,7 @@ on:
jobs:
markdown-link-checker:
container:
image: docker.io/library/node:24.7.0-alpine
image: docker.io/library/node:24.9.0-alpine
runs-on:
- ubuntu-latest
steps:
@@ -31,7 +31,7 @@ jobs:
markdown-lint:
container:
image: docker.io/library/node:24.7.0-alpine
image: docker.io/library/node:24.9.0-alpine
runs-on:
- ubuntu-latest
steps:

View File

@@ -10,7 +10,7 @@ HELM_IMAGE_FULLY_QUALIFIED=${HELM_IMAGE_REGISTRY_HOST}/${HELM_IMAGE_REPOSITORY}:
# NODE_IMAGE
NODE_IMAGE_REGISTRY_HOST?=docker.io
NODE_IMAGE_REPOSITORY?=library/node
NODE_IMAGE_VERSION?=24.7.0-alpine # renovate: datasource=docker registryUrl=https://docker.io depName=docker.io/library/node packageName=library/node
NODE_IMAGE_VERSION?=24.9.0-alpine # renovate: datasource=docker registryUrl=https://docker.io depName=docker.io/library/node packageName=library/node
NODE_IMAGE_FULLY_QUALIFIED=${NODE_IMAGE_REGISTRY_HOST}/${NODE_IMAGE_REPOSITORY}:${NODE_IMAGE_VERSION}
# MISSING DOT

View File

@@ -35,7 +35,7 @@
],
"packageRules": [
{
"groupname": "Update Node.JS",
"groupName": "Update Node.JS",
"matchDepNames": [
"docker.io/library/node",
"library/node"