]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
chore: refine renovate config
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 11 Jan 2026 00:07:43 +0000 (01:07 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 11 Jan 2026 00:07:43 +0000 (01:07 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
renovate.json

index eec73a15863ed125d0881787dd68127b4ae1ab30..95161465028b02db23162dcbabacc544f776b43b 100644 (file)
@@ -2,6 +2,8 @@
   "$schema": "https://docs.renovatebot.com/renovate-schema.json",
   "extends": [
     "config:recommended",
+    "abandonments:recommended",
+    ":configMigration",
     "group:allNonMajor",
     "schedule:daily",
     ":maintainLockFilesWeekly"
@@ -9,7 +11,10 @@
   "customManagers": [
     {
       "customType": "regex",
-      "managerFilePatterns": ["**/Dockerfile*", "**/docker-compose*.yml"],
+      "managerFilePatterns": [
+        "**/Dockerfile*",
+        "**/docker-compose*.yml"
+      ],
       "matchStrings": [
         "ARG\\s+(?<depName>\\w+)_version=(?<currentValue>[^\\s]+)",
         "\\s+(?<depName>\\w+)_version:\\s*(?<currentValue>[^\\s]+)"