chore(deps): update docker.io/library/node docker tag to v25 #37

Closed
CSRBot wants to merge 3 commits from renovate/major-update-docker.iolibrarynode into master
Showing only changes of commit 9472abe37e - Show all commits

View File

@@ -23,7 +23,9 @@
}, },
{ {
"customType": "regex", "customType": "regex",
"fileMatch": ["^README\\.md$"], "fileMatch": [
"^README\\.md$"
],
"matchStrings": [ "matchStrings": [
"CHART_VERSION=(?<currentValue>.*)" "CHART_VERSION=(?<currentValue>.*)"
], ],
@@ -35,8 +37,8 @@
{ {
"customType": "regex", "customType": "regex",
"datasourceTemplate": "github-releases", "datasourceTemplate": "github-releases",
"managerFilePatterns": [ "fileMatch": [
"/.vscode/settings\\.json$/" ".vscode/settings\\.json$"
], ],
"matchStrings": [ "matchStrings": [
"https:\\/\\/raw\\.githubusercontent\\.com\\/(?<depName>[^\\s]+?)\\/(?<currentValue>v[0-9.]+?)\\/schema\\/helm-testsuite\\.json" "https:\\/\\/raw\\.githubusercontent\\.com\\/(?<depName>[^\\s]+?)\\/(?<currentValue>v[0-9.]+?)\\/schema\\/helm-testsuite\\.json"
@@ -111,4 +113,4 @@
], ],
"executionMode": "update" "executionMode": "update"
} }
} }