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.

Merge pull request #194 from zhaofengli/renovate/configure

chore: Configure Renovate

authored by

Zhaofeng Li and committed by
GitHub
a02bf38a d0b66cf8

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