Merge pull request 'chore(config): migrate Renovate config' (#7) from renovate/migrate-config into main
Docker Build and Push / build (push) Successful in 4m15s

Reviewed-on: #7
This commit was merged in pull request #7.
This commit is contained in:
2026-06-09 12:09:42 -04:00
+4 -5
View File
@@ -1,12 +1,11 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"regexManagers": [ "customManagers": [
{ {
"customType": "regex",
"description": "Track n2-soul npm package pinned in Dockerfile RUN command", "description": "Track n2-soul npm package pinned in Dockerfile RUN command",
"fileMatch": ["^Dockerfile$"], "managerFilePatterns": ["/^Dockerfile$/"],
"matchStrings": [ "matchStrings": ["n2-soul@(?<currentValue>[^\\s]+)"],
"n2-soul@(?<currentValue>[^\\s]+)"
],
"depNameTemplate": "n2-soul", "depNameTemplate": "n2-soul",
"datasourceTemplate": "npm", "datasourceTemplate": "npm",
"versioningTemplate": "npm" "versioningTemplate": "npm"