Mirror of the sourcecode for my blog, original repo: https://github.com/NobbZ/blog-nobbz-dev
0
fork

Configure Feed

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

at 24195679b88e41b570d81214de00a03f66cd6545 8 lines 224 B view raw
1{ 2 "$schema": "https://docs.renovatebot.com/renovate-schema.json", 3 "extends": ["config:base"], 4 "assignees": ["Nobbz"], 5 "rangeStrategy": "update-lockfile", 6 "schedule": ["* 0-5 * * *"], 7 "nix": { "enabled": true } 8}