diff --git a/renovate.json b/renovate.json index c1f7af7..b12a327 100644 --- a/renovate.json +++ b/renovate.json @@ -1,21 +1,19 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "regexManagers": [ + "customManagers": [ { + "customType": "regex", "description": "Track openchamber base Docker image FROM jcabillot/opencode", - "fileMatch": ["^Dockerfile$"], - "matchStrings": [ - "FROM jcabillot/opencode:(?[^\\s]+)" - ], + "managerFilePatterns": ["/^Dockerfile$/"], + "matchStrings": ["FROM jcabillot/opencode:(?[^\\s]+)"], "depNameTemplate": "jcabillot/opencode", "datasourceTemplate": "docker" }, { + "customType": "regex", "description": "Track @openchamber/web npm version from ARG in Dockerfile", - "fileMatch": ["^Dockerfile$"], - "matchStrings": [ - "ARG OPENCHAMBER_WEB_VERSION=(?[^\\s]+)" - ], + "managerFilePatterns": ["/^Dockerfile$/"], + "matchStrings": ["ARG OPENCHAMBER_WEB_VERSION=(?[^\\s]+)"], "depNameTemplate": "@openchamber/web", "datasourceTemplate": "npm", "versioningTemplate": "npm"