From ea8f299b459336f3286f2f0008f6ea164dcca5e5 Mon Sep 17 00:00:00 2001 From: Florian PAUL Date: Wed, 16 Oct 2024 09:20:05 +0200 Subject: [PATCH] test renovate --- .renovaterc.json5 | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.renovaterc.json5 b/.renovaterc.json5 index 057300893c..1a880f67c6 100644 --- a/.renovaterc.json5 +++ b/.renovaterc.json5 @@ -113,6 +113,17 @@ "io.swagger:swagger-codegen-cli" ], "enabled": false + }, + { + // FIXME Don't do that in prod + "enabled": false + }, + { + // FIXME Don't do that in prod + "matchDepTypes": [ + "github-action" + ], + "enabled": true } ], "customManagers": [ @@ -130,8 +141,7 @@ ], "github-actions": { "fileMatch": [ - "(^|/)(__dot__github|workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$", - "(^|/)action\\.ya?ml$" + "(^|/)schematics/.*/(?:__dot__|\.)github/.*/.+\\.ya?ml$" ] } }