chore(config): migrate config renovate.json
Docker Build and Push / build (pull_request) Successful in 3m13s

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