From e14d3c0164c9a72286e95f07e23a1101e69ba6af Mon Sep 17 00:00:00 2001 From: yanorei32 Date: Wed, 24 Apr 2024 22:18:50 +0900 Subject: [PATCH] Minimize renovate.json --- renovate.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index b3f967d..7783b17 100644 --- a/renovate.json +++ b/renovate.json @@ -12,9 +12,7 @@ { "fileMatch": [ "build.yml", - "release.yml", - "(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$", - "(^|/)action\\.ya?ml$" + "release.yml" ], "matchStrings": ["depName=(?.*?)?\\s.*?_VERSION=\"(?.*?)\""], "versioningTemplate": "docker",