From 2110750d7bd6243cb40d37d7cf56daf31ee24928 Mon Sep 17 00:00:00 2001 From: truxnell <19149206+truxnell@users.noreply.github.com> Date: Tue, 26 Mar 2024 22:36:56 +1100 Subject: [PATCH] feat: add renovate --- .github/renovate.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..eb02204 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,24 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>truxnell/renovate-config", + "github>truxnell/renovate-config:automerge-github-actions", + "github>aquaproj/aqua-renovate-config#2.2.0", + "github>aquaproj/aqua-renovate-config:installer-script#2.2.0(install-aqua\\.sh)", + "github>aquaproj/aqua-renovate-config:file#2.2.0(^aqua/.*\\.ya?ml$)" + ], + "platform": "github", + "username": "trux-bot[bot]", + "gitAuthor": "Trux-Bot <19149206+trux-bot[bot]@users.noreply.github.com>", + "repositories": ["truxnell/nix-config"], + "ignoreTests": false, + + // TODO remove once out of beta? + // https://docs.renovatebot.com/modules/manager/nix/ + "nix": { + "enabled": true + }, + "lockFileMaintenance": { + "enabled": true + }, + } \ No newline at end of file