Add renovate config

This commit is contained in:
Fabian Hauser 2025-01-21 22:09:40 +02:00
parent 232e08801f
commit 9e5c3d5c05

8
renovate.json Normal file
View file

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