This repository has no description
0

Configure Feed

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

chore: Configure Renovate (#7)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Thomas Stokes <git@tombl.dev>

author
renovate[bot]
co-author
renovate[bot]
co-author
Thomas Stokes
committer
GitHub
date (Jan 17, 2025, 5:51 PM +0800) commit c67a51cb parent 4722a061
+6
+6
.github/renovate.json
··· 1 + { 2 + "$schema": "https://docs.renovatebot.com/renovate-schema.json", 3 + "extends": ["config:base"], 4 + "nix": { "enabled": true }, 5 + "lockFileMaintenance": { "enabled": true } 6 + }