Add renovate config
Some checks failed
CI / build (push) Failing after 1m9s

This commit is contained in:
Fabian Hauser 2025-01-21 22:09:40 +02:00
parent c874c83cd3
commit 557b89b13e

8
renovate.json Normal file
View file

@ -0,0 +1,8 @@
{
"extends": [
"config:base"
],
"nix": {
"enabled": true
}
}