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 5b11b3bae92422bf20fb2501e6ddac038ddd49cd 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}