From cf1d59ae45d015f38dddb97dab2b719543a44284 Mon Sep 17 00:00:00 2001 From: jank Date: Thu, 27 Mar 2025 14:39:05 +0000 Subject: [PATCH] Update config.js --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 1859e6f..4ed2b37 100644 --- a/config.js +++ b/config.js @@ -6,7 +6,7 @@ module.exports = { // --- Caching --- // Explicitly enable caching (good practice, though often default) - persistCache: true, + // persistCache: true, // Use the default cache directory which we will map in the Action // cacheDir: "/tmp/renovate-cache", // Default, usually no need to set