From 8106ead3fbdcf2d7736e0e5359cafa02c066b9ae Mon Sep 17 00:00:00 2001 From: Mateusz Hawrus <48822818+nieomylnieja@users.noreply.github.com> Date: Wed, 28 Aug 2024 16:15:33 +0200 Subject: [PATCH] Update renovate.json5 --- .github/renovate.json5 | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 107ed0c..7a7111e 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -45,15 +45,6 @@ "addLabels": ["javascript"], }, ], - // Custom version extraction from Makefile. - "regexManagers": [ - { - "fileMatch": ["^Makefile$"], - "matchStrings": [ - ".*renovate datasource=(?.*?) depName=(?.*?)\\n.*?_VERSION\\s?:=\\s?(?.*)\\s" - ] - } - ], "ignorePaths": [ "**/vendor/**", "**/node_modules/**",