This repository has no description
0

Configure Feed

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

chore(config): migrate config .github/renovate.json (#9)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

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