diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..5fcf47a --- /dev/null +++ b/renovate.json @@ -0,0 +1,15 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "regexManagers": [ + { + "description": "Track n2-soul npm package pinned in Dockerfile RUN command", + "fileMatch": ["^Dockerfile$"], + "matchStrings": [ + "n2-soul@(?[^\\s]+)" + ], + "depNameTemplate": "n2-soul", + "datasourceTemplate": "npm", + "versioningTemplate": "npm" + } + ] +}