diff --git a/nodeDockerLts.json b/nodeDockerLts.json index 178d85f..13391ad 100644 --- a/nodeDockerLts.json +++ b/nodeDockerLts.json @@ -1,7 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "regexManagers": [ + "customManagers": [ { + "type": "regex", "fileMatch": ["Dockerfile", "docker-compose.ya?ml"], "matchStrings": ["node:(?.+)-alpine"], "depNameTemplate": "node", diff --git a/yamlComment.json b/yamlComment.json index fc58533..951fcc9 100644 --- a/yamlComment.json +++ b/yamlComment.json @@ -1,7 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "regexManagers": [ + "customManagers": [ { + "type": "regex", "fileMatch": ["\\.yaml$"], "matchStrings": [ "# ?renovate datasource=(?.+?) depName=(?.+)\\n.+: [\"']?(?.+?)[\"']?\\n"