From 7d2effa935809ad2ad788905ecc5470b980c468e Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Thu, 8 Aug 2024 11:25:30 -0500 Subject: [PATCH] chore: `regexManagers` -> `customManagers` --- nodeDockerLts.json | 3 ++- yamlComment.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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"