From 509f22115901fd7db027249d56a5331c1e0e14e9 Mon Sep 17 00:00:00 2001
From: Florian PAUL <florian.paul@amadeus.com>
Date: Wed, 16 Oct 2024 11:36:15 +0200
Subject: [PATCH] test renovate

---
 .renovaterc.json5 | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

diff --git a/.renovaterc.json5 b/.renovaterc.json5
index 057300893c..8a17113678 100644
--- a/.renovaterc.json5
+++ b/.renovaterc.json5
@@ -7,8 +7,7 @@
   ],
   "timezone": "Europe/Paris",
   "ignorePaths": [
-    "**/node_modules/**",
-    "**/templates/**"
+    "**/node_modules/**"
   ],
   "enabledManagers": [
     "npm",
@@ -113,6 +112,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": [
@@ -131,7 +144,6 @@
   "github-actions": {
     "fileMatch": [
       "(^|/)(__dot__github|workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$",
-      "(^|/)action\\.ya?ml$"
     ]
   }
 }