ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

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

enable experimental nix renovatebot support

Signed-off-by: marshmallow <git@althaea.zone>

authored by

marshmallow and committed by
GitHub
a021a81a 7421ad02

+4 -1
+4 -1
renovate.json
··· 1 1 { 2 2 "$schema": "https://docs.renovatebot.com/renovate-schema.json", 3 - "extends": ["config:recommended"] 3 + "extends": ["config:recommended"], 4 + "nix": { 5 + "enabled": true 6 + } 4 7 }