From e3d327a8cba65f98076972d1b10f332d84c33a85 Mon Sep 17 00:00:00 2001 From: Davide Principi Date: Fri, 21 Feb 2025 10:58:59 +0100 Subject: [PATCH] fix(renovate): use our default config --- renovate.json | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/renovate.json b/renovate.json index 3ba0a7aa..fdf366db 100644 --- a/renovate.json +++ b/renovate.json @@ -1,31 +1,9 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" - ], - "ignorePaths": [ - "**/ui/**" + "local>NethServer/.github:ns8" ], "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"