From dd305272eb06e4e77deff73a1fc1213b5aa9d998 Mon Sep 17 00:00:00 2001 From: Stephane de Labrusse Date: Mon, 19 Aug 2024 10:42:59 +0200 Subject: [PATCH] chore: Update Docker dependency in renovate.json configuration --- renovate.json | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/renovate.json b/renovate.json index add8a28..e03882e 100644 --- a/renovate.json +++ b/renovate.json @@ -3,21 +3,6 @@ "extends": ["config:base"], "ignorePaths": ["**/ui/**"], "regexManagers": [ - { - "fileMatch": ["test-module.sh"], - "matchStrings": [ - "ghcr\\.io/marketsquare/robotframework-browser/rfbrowser-stable:(?[^\\s]+)" - ], - "depNameTemplate": "MarketSquare/robotframework-browser", - "datasourceTemplate": "github-releases" - }, - { - "fileMatch": ["build-images.sh"], - "matchStrings": [ - "\\bdocker\\.io/(?.+):(?[-0-9\\.a-z]+)" - ], - "datasourceTemplate": "docker" - }, { "fileMatch": ["build-images.sh"], "matchStrings": [ @@ -34,16 +19,6 @@ } ], "packageRules": [ - { - "matchPackageNames": ["node"], - "allowedVersions": "<= 18" - }, - { - "matchPackageNames": [ - "ghcr.io/marketsquare/robotframework-browser/rfbrowser-stable" - ], - "allowedVersions": "<= 10.0" - }, { "matchPackageNames": ["mariadb"], "allowedVersions": "<= 10.11"