From 133b5a1b9dfecf40050c6f42674f3faa76a93ae7 Mon Sep 17 00:00:00 2001 From: Hayden Young <22327045+hbjydev@users.noreply.github.com> Date: Sun, 16 Jun 2024 00:18:39 +0100 Subject: [PATCH] feat: update renovate config --- .github/renovate.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 32b440f..262c999 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -4,11 +4,11 @@ "config:base", ":semanticCommitTypeAll(chore)" ], - "nix": { + "lockFileMaintenance": { "enabled": true, - "lockFileMaintenance": { - "enabled": true, - "extends": ["schedule:weekly"] - } + "schedule": "at any time" + }, + "nix": { + "enabled": true } }