commit b07f94d6c89cd41aaf4abf2cff3c1df929481247
parent 445c0122b74eb86a9189eed1c7a0027921fb043c
Author: Hannah Izzie Gesser <hannah@totient.eu>
Date: Sat, 21 Jun 2025 15:22:02 +0200
parent 445c0122b74eb86a9189eed1c7a0027921fb043c
Author: Hannah Izzie Gesser <hannah@totient.eu>
Date: Sat, 21 Jun 2025 15:22:02 +0200
Add renovate config
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/renovate.json b/renovate.json @@ -0,0 +1,13 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "timezone": "Europe/Berlin", + "lockFileMaintenance": { + "enabled": true, + "automerge": true, + "schedule": ["* 0-4 * * *"] + }, + "nix": { + "enabled": true + }, + "semanticCommits": "disabled" +}