Merge pull request 'Configure Renovate' (#1) from renovate/configure into main
Some checks failed
build and publish containers / build (nixos, unstable) (push) Failing after 6m50s
build and publish containers / build (nixos, 24.11) (push) Failing after 6m52s

Reviewed-on: #1
This commit is contained in:
flyinggecko 2025-02-07 09:13:28 +01:00
commit 3211d3e2be

9
renovate.json Normal file
View file

@ -0,0 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"nix": {
"enabled": true
}
}