diff --git a/.github/renovate.json b/.github/renovate.json index f3150f922a79..37d213628ba5 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -10,10 +10,6 @@ "matchDatasources": ["npm"], "addLabels": ["javascript"], "stabilityDays": 3 - }, - { - "matchPackageNames": ["node"], - "allowedVersions": "/20.[0-9]+.[0-9]+(.[0-9]+)?$/" } ], "regexManagers": [ @@ -21,7 +17,7 @@ "fileMatch": ["scripts/node"], "matchStrings": ["CONTAINER_NAME=node:(?.*?)\n"], "depNameTemplate": "node", - "datasourceTemplate": "npm" + "datasourceTemplate": "node-version" }, { "fileMatch": ["scripts/ruby"],