From 72461078ee2be6fc37f0c13a8efa04835ab88c69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Vask=C3=B3?= <1771332+vlaci@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:26:36 +0100 Subject: [PATCH] chore(renovate): create PRs weekly So the PR noise goes down a bit. Note, that security fixes are still imediately applied[^1] [^1]: https://docs.renovatebot.com/configuration-options/#vulnerabilityalerts --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index f05a8f7bd1..3e67456c90 100644 --- a/renovate.json +++ b/renovate.json @@ -7,6 +7,10 @@ "matchUpdateTypes": ["minor", "patch"], "autoApprove": true, "automerge": true + }, + { + "matchPackageNames": ["*"], + "extends": ["schedule:earlyMondays"] } ], "nix": {