Add renovate.json

This commit is contained in:
Renovate Bot 2025-02-07 00:02:05 +01:00
parent 40e78783f9
commit 2c9c35729d

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
}
}