]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
chore: add renovate configuration
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 14 Nov 2025 19:56:07 +0000 (20:56 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 14 Nov 2025 19:56:07 +0000 (20:56 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
renovate.json [new file with mode: 0644]

diff --git a/renovate.json b/renovate.json
new file mode 100644 (file)
index 0000000..2c7066a
--- /dev/null
@@ -0,0 +1,18 @@
+{
+  "extends": [
+    "config:recommended",
+    ":dependencyDashboard",
+    ":semanticCommits",
+    "group:allNonMajor",
+    "schedule:daily"
+  ],
+  "regexManagers": [
+    {
+      "fileMatch": ["(^|/)Dockerfile[^/]*$"],
+      "matchStrings": ["ARG\\s+(?<depName>\\w+)_version=(?<currentValue>[^\\s]+)"],
+      "datasourceTemplate": "pypi",
+      "depNameTemplate": "{{depName}}",
+      "packageNameTemplate": "{{#if (eq depName 'scikit_learn_extra')}}scikit-learn-extra{{else}}{{depName}}{{/if}}"
+    }
+  ]
+}