From f0cb19b188207e3a6c6b45ac062d1f893843df6e Mon Sep 17 00:00:00 2001 From: pat-s Date: Wed, 13 Sep 2023 16:29:03 +0000 Subject: [PATCH] Remove unneeded filematch for gitea actions (#11) Should be auto-supported since 36.90, see https://github.com/renovatebot/renovate/pull/24336 Reviewed-on: https://gitea.com/gitea/renovate-config/pulls/11 Co-authored-by: pat-s Co-committed-by: pat-s --- renovate.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/renovate.json b/renovate.json index 9f0c4fa..abd01cb 100644 --- a/renovate.json +++ b/renovate.json @@ -5,11 +5,6 @@ "enabledManagers": [ "github-actions" ], - "github-actions": { - "fileMatch": [ - "^\\.gitea/workflows/renovate\\.yml$" - ] - }, "packageRules": [ { "description": "use fix scope for renovate updates",