From 7f4691aabb46ac2783235c3f23fd854816ff3c4e Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sun, 12 Jul 2026 23:36:01 -0400 Subject: [PATCH] Add flake.lock to be the list of items for automerge Signed-off-by: Suguru Hirahara --- .github/renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 1a1258e1e..84f8c6f30 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -32,6 +32,12 @@ "dock.mau.dev/mautrix/**" ], "allowedVersions": "/^v0\\./" + }, + { + "matchFileNames": [ + "flake.lock" + ], + "automerge": true } ], "pre-commit": {