A fork of attic a self-hostable Nix Binary Cache server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

renovate.json: Enable Nix & lock file maintenance

+8 -1
+8 -1
renovate.json
··· 2 2 "$schema": "https://docs.renovatebot.com/renovate-schema.json", 3 3 "extends": [ 4 4 "config:recommended" 5 - ] 5 + ], 6 + "lockFileMaintenance": { 7 + "enabled": true, 8 + "extends": ["schedule:weekly"] 9 + }, 10 + "nix": { 11 + "enabled": true 12 + } 6 13 }