From 12f6ba54d16e602ee516503afb1f94859b70ba09 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Fri, 31 Oct 2025 23:28:42 -0500 Subject: [PATCH] Adjust renovate --- renovate.json | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/renovate.json b/renovate.json index 52b1d00b..83b440b0 100644 --- a/renovate.json +++ b/renovate.json @@ -6,18 +6,9 @@ { "fileMatch": ["^\\.github\\/workflows\\/.*\\.ya?ml$"], "matchStrings": [ - "(?:pip(?:3)?\\s+install(?:\\s+(?:-U|--upgrade))?\\s+)([A-Za-z0-9_.+\\-]+(?:\\[[^\\]]+\\])?)==(?\\d+(?:\\.\\d+)*)" + "pip(?:3)?\\s+install(?:\\s+(?:-U|--upgrade))?\\s+(?[A-Za-z0-9_.+-]+(?:\\[[^\\]]+\\])?)==(?\\d+(?:\\.\\d+)*)" ], - "datasourceTemplate": "pypi", - "depNameTemplate": "{{{match1}}}" - }, - { - "fileMatch": ["^\\.github\\/workflows\\/.*\\.ya?ml$"], - "matchStrings": [ - "(?:pip(?:3)?\\s+install)\\s+-r\\s+([^\\s]+)" - ], - "datasourceTemplate": "file", - "depNameTemplate": "{{{match1}}}" + "datasourceTemplate": "pypi" } ] }