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.

Migrate config renovate.json

authored by

renovate[bot] and committed by
GitHub
1c3a97b6 78bdb2a9

+4 -2
+4 -2
renovate.json
··· 1 1 { 2 2 "$schema": "https://docs.renovatebot.com/renovate-schema.json", 3 - "extends": ["config:base"], 3 + "extends": ["config:recommended"], 4 4 "assignees": ["Nobbz"], 5 5 "rangeStrategy": "update-lockfile", 6 6 "schedule": ["* 0-5 * * *"], 7 - "nix": { "enabled": true } 7 + "nix": { 8 + "enabled": true 9 + } 8 10 }