diff --git a/.renovaterc.json5 b/.renovaterc.json5 index 057300893..72665695a 100644 --- a/.renovaterc.json5 +++ b/.renovaterc.json5 @@ -113,6 +113,20 @@ "io.swagger:swagger-codegen-cli" ], "enabled": false + }, + { + // FIXME Don't do that in prod + "matchDepTypes": [ + "*" + ], + "enabled": false + }, + { + // FIXME Don't do that in prod + "matchDepTypes": [ + "github-action" + ], + "enabled": true } ], "customManagers": [ @@ -130,8 +144,7 @@ ], "github-actions": { "fileMatch": [ - "(^|/)(__dot__github|workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$", - "(^|/)action\\.ya?ml$" + "(^|/)schematics/.*/(?:__dot__|\.)github/.*/.+\\.ya?ml$" ] } }