Compare commits

..

1 Commits

Author SHA1 Message Date
67e6ff2355
chore(deps): update docker.io/library/node docker tag to v22.13.1
All checks were successful
Helm / helm-lint (pull_request) Successful in 16s
Helm / helm-unittest (pull_request) Successful in 17s
2025-01-22 17:39:59 +00:00
3 changed files with 3 additions and 6 deletions

View File

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

View File

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

View File

@ -26,9 +26,6 @@
}
],
"labels": [ "renovate" ],
"lockFileMaintenance": {
"enabled": true
},
"packageRules": [
{
"addLabels": [ "renovate/automerge", "renovate/npm" ],