diff options
author | seth <getchoo@tuta.io> | 2023-05-27 19:16:36 -0400 |
---|---|---|
committer | seth <getchoo@tuta.io> | 2023-05-27 19:17:44 -0400 |
commit | 5d14724e66a1911b04dd5091e520751fd7f5ee90 (patch) | |
tree | d2ae80ec2806fb2fdd6506dddb5b9cc46f4eb7ac /renovate.json | |
parent | d582bf7f1f803d0ea8422732b46e25ee05f2fcb0 (diff) | |
download | PrismLauncher-5d14724e66a1911b04dd5091e520751fd7f5ee90.tar.gz PrismLauncher-5d14724e66a1911b04dd5091e520751fd7f5ee90.tar.bz2 PrismLauncher-5d14724e66a1911b04dd5091e520751fd7f5ee90.zip |
chore(deps): enable nix lockfile maintenance for renovate
Signed-off-by: seth <getchoo@tuta.io>
Diffstat (limited to 'renovate.json')
-rw-r--r-- | renovate.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/renovate.json b/renovate.json index 39a2b6e9..d97a8dc6 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,11 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" - ] + ], + "nix": { + "enabled": true + }, + "lockFileMaintenance": { + "enabled": true + } } |