From 2aab52058f3a27b793029cc9bc795854f345067d Mon Sep 17 00:00:00 2001 From: Raphael Zimmermann Date: Thu, 12 Dec 2024 14:46:00 +0100 Subject: [PATCH] build: Enable renovate lockfile maintenance --- .github/renovate.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index b96c9fc..ba8a9d6 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -31,5 +31,12 @@ "datasourceTemplate": "npm", "depNameTemplate": "playwright" } - ] + ], + "nix": { + "enabled": true + }, + "lockFileMaintenance": { + "enabled": true, + "extends": ["schedule:weekly"] + } } \ No newline at end of file