From 53e7b84c4720f0b5d5a3cfb12733935283ef50b3 Mon Sep 17 00:00:00 2001 From: Mathis Date: Sun, 24 Mar 2024 13:47:34 +0000 Subject: [PATCH] Rename json to js --- config.json => config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename config.json => config.js (82%) diff --git a/config.json b/config.js similarity index 82% rename from config.json rename to config.js index 5e5bfc3..0ef4035 100755 --- a/config.json +++ b/config.js @@ -1,3 +1,3 @@ -{ +module.exports = { "repositories": ["Cluster/k3s-configs", "Cluster/mlflow", "Cluster/renovate-config"] }